Bug 1025248 - default_floating_pool not configured
Summary: default_floating_pool not configured
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: openstack-puppet-modules
Version: 3.0
Hardware: x86_64
OS: Linux
medium
medium
Target Milestone: async
: 4.0
Assignee: Ivan Chavero
QA Contact: Nir Magnezi
URL:
Whiteboard:
Depends On: 1023399
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-10-31 10:15 UTC by Jaroslav Henner
Modified: 2016-04-26 21:19 UTC (History)
10 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of: 1023399
Environment:
Last Closed: 2013-12-20 00:33:35 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Bugzilla 1036141 0 unspecified CLOSED default_floating_pool should be set in nova.pp, not nova_network.pp 2021-02-22 00:41:40 UTC
Red Hat Product Errata RHEA-2013:1859 0 normal SHIPPED_LIVE Red Hat Enterprise Linux OpenStack Platform Enhancement Advisory 2013-12-21 00:01:48 UTC

Internal Links: 1036141

Description Jaroslav Henner 2013-10-31 10:15:40 UTC
+++ This bug was initially created as a clone of Bug #1023399 +++

Description of problem:
openstack-packstack-2013.2.1-0.12.dev806.fc20.noarch 
does not configures the 'default_floating_pool'.

How reproducible:
$ packstack --allinone 
$ nova boot server --flavor 1 --image 2f24b030-46bd-4667-8559-df7b684e9099
$ nova floating-ip-create 
ERROR: FloatingIpPoolNotFound: Floating ip pool not found. (HTTP 404) (Request-ID: req-4a97bf53-a878-4d6c-913e-14915dd087a0)
$ nova floating-ip-pool-list 
+--------+
| name   |
+--------+
| public |
+--------+

Actual results:
 Floating IP creation failing if the pool does not specified explicitly.

Expected results:
 Floating IP allocated from the default (public) pool.

Additional info:

Workaround:
openstack-config --set /etc/nova/nova.conf DEFAULT default_floating_pool public
service openstack-nova-api restart

Comment 2 Ivan Chavero 2013-11-16 05:03:39 UTC
This bug has already been resolved, if you try with the new package you will see that there's a command line switch --novanetwork-default-floating-pool and a CONFIG_NOVA_NETWORK_DEFAULTFLOATINGPOOL configuration directive.

Comment 4 Scott Lewis 2013-11-19 16:54:33 UTC
Auto adding >= MODIFIED bugs to beta

Comment 9 Nir Magnezi 2013-12-19 12:06:28 UTC
Tested NVR: openstack-packstack-2013.2.1-0.20.dev936.el6ost.noarch

Verification Steps:
===================
1. packstack --allinone
2. launch an instance

Result:
=======
1. Check nova.conf for default pool configuration

# grep default_floating_pool /etc/nova/nova.conf 
#default_floating_pool=nova

=> not configured.

2. Steps executed in comment #0

# nova floating-ip-create
ERROR: FloatingIpPoolNotFound: Floating ip pool not found. (HTTP 404) (Request-ID: req-587b55d3-ce46-4819-a00c-7a858ae33661)
# nova floating-ip-pool-list
+--------+
| name   |
+--------+
| public |
+--------+

Comment 11 errata-xmlrpc 2013-12-20 00:33:35 UTC
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


Note You need to log in before you can comment on or make changes to this bug.