Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 889756

Summary: Openstack Installer: packstack value CONFIG_NOVA_NETWORK_HOST accepts only 127.0.0.1 as a value
Product: Red Hat OpenStack Reporter: Nir Magnezi <nmagnezi>
Component: openstack-packstackAssignee: RHOS Maint <rhos-maint>
Status: CLOSED NOTABUG QA Contact: Nir Magnezi <nmagnezi>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 2.0 (Folsom)CC: aortega, derekh, ykaul
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-12-30 13:07:50 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:
Attachments:
Description Flags
packstack log (DEBUG mode) none

Description Nir Magnezi 2012-12-23 10:31:04 UTC
Openstack Installer: packstack value CONFIG_NOVA_NETWORK_HOST accepts only 127.0.0.1 as a value

Description of problem:
=======================
packstack value CONFIG_NOVA_NETWORK_HOST accepts only 127.0.0.1 as a value.
When I tried to run packstack with an IP address in that value, it failed at the section of "Adding Nova Network Manifest entries".


Version-Release number of selected component (if applicable):
============================================================
Folsom.
Packstack Ver: openstack-packstack-2012.2.2-0.1.dev260.el6.noarch


How reproducible:
=================
100%

Steps to Reproduce:
1. Use packstack with an answer file, make sure you use an IP Address different from 127.0.0.1 in CONFIG_NOVA_NETWORK_HOST.

   * Find the answer file i used attached to this bug. 

  
Actual results:
===============

Expected results:
=================
packstack should accept any valid IP for the param: CONFIG_NOVA_NETWORK_HOST

Comment 2 Nir Magnezi 2012-12-23 10:33:03 UTC
Created attachment 667952 [details]
packstack log (DEBUG mode)

Actual Result:
==============

# packstack --answer-file=ansv260.txt 
Welcome to Installer setup utility

Installing:
Clean Up...                                              [ DONE ]
Pre Plugin Setup...                                      [ DONE ]
Setting Up ssh keys...                                   [ DONE ]
Create MySQL Manifest...                                 [ DONE ]
Creating QPID Manifest...                                [ DONE ]
Creating Keystone Manifest...                            [ DONE ]
Adding Glance Keystone Manifest entries...               [ DONE ]
Creating Galnce Manifest...                              [ DONE ]
Adding Cinder Keystone Manifest entries...               [ DONE ]
Checking if the Cinder server has a cinder-volumes vg... [ DONE ]
Creating Cinder Manifest...                              [ DONE ]
Adding Nova API Manifest entries...                      [ DONE ]
Adding Nova Keystone Manifest entries...                 [ DONE ]
Adding Nova Cert Manifest entries...                     [ DONE ]
Adding Nova Compute Manifest entries...                  [ DONE ]
Adding Nova Network Manifest entries...               [ ERROR ]

Comment 3 Derek Higgins 2012-12-23 11:17:40 UTC
Looks like the problem in the log file attached is that eth1 on 10.35.171.202 does not exist, did you mean to use a different interface name for the nova network ?

Comment 4 Nir Magnezi 2012-12-30 13:07:50 UTC
you are right.
closing.