[Openstack] Unable to create a floating ip

Alessandro Tagliapietra tagliapietra.alessandro at gmail.com
Wed May 16 15:05:02 UTC 2012


Hello guys,

this is my nova.conf (network part)

--network_manager=nova.network.manager.FlatDHCPManager
--public_interface=eth0
--flat_interface=eth2
--flat_network_bridge=br100--fixed_range=192.168.4.1/27--network_size=32
--flat_network_dhcp_start=192.168.4.33--flat_injected=False
--force_dhcp_release=true

i'm trying to add a floating ip with the command

nova-manage floating create --ip_range=94.23.x.x/32

and i get no output in logs or cmdline, then when i do nova-manage floating list i get  "no floating ip addresses have been defined" and in logs and cmdline

2012-05-16 16:48:55 DEBUG nova.utils [req-58cd4a1d-1801-4380-8472-81dc55ed1b86 None None] backend <module 'nova.db.sqlalchemy.api' from '/usr/lib/python2.7/dist-packages/nova/db/sqlalchemy/api.pyc'> from (pid=12824) __get_backend /usr/lib/python2.7/dist-packages/nova/utils.py:658

Any idea on what's the problem?

Best Regards



More information about the Openstack mailing list