Bug 1036141

Summary: default_floating_pool should be set in nova.pp, not nova_network.pp
Product: [Community] RDO Reporter: Jakub Libosvar <jlibosva>
Component: openstack-packstackAssignee: RHOS Maint <rhos-maint>
Status: CLOSED DUPLICATE QA Contact: Nir Magnezi <nmagnezi>
Severity: medium Docs Contact:
Priority: unspecified    
Version: unspecifiedCC: aortega, derekh, hateya, yeylon
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-12-19 12:22:17 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 Jakub Libosvar 2013-11-29 14:36:57 UTC
Description of problem:
default_floating_pool key is used by neutron api in nova even when nova-network is not installed. Packstack configures this key in nova.conf only if nova-network is deployed.


Version-Release number of selected component (if applicable):
2013.2.1-0.15.dev847.el6 

How reproducible:
Always

Steps to Reproduce:
1. Install packstack with neutron and not nova-network using CONFIG_NOVA_NETWORK_DEFAULTFLOATINGPOOL in answer-file
2. After packstack deploys openstack, check /etc/nova/nova.conf for value of default_floating_pool
3.

Actual results:
It's not set according answer-file

Expected results:


Additional info:

Comment 1 Jakub Libosvar 2013-12-19 12:22:17 UTC

*** This bug has been marked as a duplicate of bug 1023399 ***