| Summary: | interactive install sets wrong IP for CONFIG_NOVA_NETWORK_HOST | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | ben-redhat |
| Component: | openstack-packstack | Assignee: | Ivan Chavero <ichavero> |
| Status: | CLOSED ERRATA | QA Contact: | Udi Kalifon <ukalifon> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 3.0 | CC: | aberezin, ajeain, aortega, breeler, derekh, hateya, ichavero, mlopes, ukalifon, yeylon |
| Target Milestone: | beta | ||
| Target Release: | 4.0 | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-12-20 00:33:23 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: | |
|
Description
ben-redhat
2013-10-29 08:08:13 UTC
Did you enable quantum while installing in interactive way?? If quantum is enabled packstack is not going configure nova network so it wont ask for CONFIG_NOVA_NETWORK_HOST have you tried a new packstack version?? openstack-packstack-2013.1.1-0.31.dev696.el6 Yes, I was using Quantum. I was not using nova-network, but the installation failed when the IP address of that variable did not match the network controller node. Just changing that variable was the difference between a working install and a non-working install. I have not tried reproducing it with a newer packstack. I have a working install after manually fixing that variable. I was just trying to report the issue I had so that hopefully others wouldn't have the same issue. We appreciate your help! After some tests i found that the current packstack version does not have this problem. Auto adding >= MODIFIED bugs to beta NEEDINFO Ivan Chavero Hi Ivan, your prev needinfo was reset, but this bug is in the list of bugs in advisory and still requires doc text (comment 8) , or needs flag set to - if no doc text required. Thanks. With version: openstack-packstack-2013.2.1-0.20.dev936.el6ost.noarch I ran an interactive install, and for all nova-related and neutron-related questions I entered a non-default IP address. Still, in the answers file, the field CONFIG_NOVA_NETWORK_HOSTS got the default IP (my IP). Did you set CONFIG_NEUTRON_INSTALL=n?? If you don't, the interactive install won't ask for the CONFIG_NOVA_NETWORK_HOSTS param. extract of the interactive install using openstack-packstack-2013.2.1-0.20.dev936.el6ost.noarch: ... Should Packstack install OpenStack Networking (Neutron) service [y|n] [y] : n ... Enter list of IP addresses on which to install the Nova Network service [192.168.100.221] : 192.168.100.100 Parameter CONFIG_NOVA_NETWORK_HOSTS failed validation: Given host does not listen on port 22: 192.168.100.100 User input failed validation, do you still wish to use it? (yes|no): yes grep CONFIG_NOVA_NETWORK_HOSTS packstack-answers-20131218-074153.txt CONFIG_NOVA_NETWORK_HOSTS=192.168.100.100 confirmed it works I checked again with OpenStack Networking (Neutron) service turned off, and confirmed that CONFIG_NOVA_NETWORK_HOSTS gets set. Checked in: openstack-packstack-2013.2.1-0.20.dev936.el6ost.noarch I suggest documenting the fact that Nova networking will not be configured if Neutron is installed. 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. http://rhn.redhat.com/errata/RHEA-2013-1859.html |