Bug 1289410
| Summary: | Nova hostname required in nova.conf | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Andrew Beekhof <abeekhof> |
| Component: | openstack-tripleo-heat-templates | Assignee: | James Slagle <jslagle> |
| Status: | CLOSED ERRATA | QA Contact: | Prasanth Anbalagan <panbalag> |
| Severity: | urgent | Docs Contact: | |
| Priority: | urgent | ||
| Version: | 8.0 (Liberty) | CC: | jcoufal, jslagle, mburns, michele, panbalag, rhel-osp-director-maint, rscarazz, slinaber |
| Target Milestone: | ga | Keywords: | Triaged |
| Target Release: | 8.0 (Liberty) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | openstack-tripleo-heat-templates-0.8.11-1.el7ost | Doc Type: | Enhancement |
| Doc Text: |
Feature:
The "host" configuration setting in nova.conf and neutron.conf on compute nodes is now set to the fqdn of the compute node.
Reason:
In order for instance HA to function safely, the NovaCompute agent needs access to the name by which nova knows the current compute node.
Neutron agents running on the compute nodes also need the equivalent value for their "host" configuration configured, otherwise instances can not be scheduled to the compute node.
Result:
The "host" configuration setting is now set to the fqdn of the compute node in /etc/nova/nova.conf and /etc/neutron/neutron.conf on each compute node deployed by OSP Director.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-04-15 14:30:53 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1185030 | ||
|
Description
Andrew Beekhof
2015-12-08 03:11:53 UTC
Steve, I know you're already working on this so I assigned it to you. Please update the bug status accordingly. Verified as follows, ******* VERSION ******** [stack@instack ~]$ rpm -qa openstack-tripleo-heat-templates openstack-tripleo-heat-templates-0.8.14-5.el7ost.noarch ********** LOGS ********** [heat-admin@overcloud-novacompute-0 ~]$ sudo openstack-config --get /etc/nova/nova.conf DEFAULT host overcloud-novacompute-0.localdomain [heat-admin@overcloud-novacompute-1 ~]$ sudo openstack-config --get /etc/nova/nova.conf DEFAULT host overcloud-novacompute-1.localdomain Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHBA-2016-0637.html |