Hello, I'm trying to setup open stack on ubuntu server 11.10 with the packages present in the ubuntu repository.
when i run this command "nova-manage network create vmnet --fixed_range_v4= 10.1.1.0/24 --network_size=64 --bridge_interface=eth0". This is what appears in the nova-manage log: 2012-01-02 12:17:15,625 CRITICAL nova [-] local variable 'ip' referenced before assignment (nova): TRACE: Traceback (most recent call last): (nova): TRACE: File "/usr/bin/nova-manage", line 2141, in <module> (nova): TRACE: main() (nova): TRACE: File "/usr/bin/nova-manage", line 2129, in main (nova): TRACE: fn(*fn_args, **fn_kwargs) (nova): TRACE: File "/usr/bin/nova-manage", line 779, in create (nova): TRACE: fixnet = netaddr.IPNetwork(fixed_range_v4) (nova): TRACE: File "/usr/lib/python2.7/dist-packages/netaddr/ip/__init__.py", line 919, in __init__ (nova): TRACE: implicit_prefix, flags) (nova): TRACE: File "/usr/lib/python2.7/dist-packages/netaddr/ip/__init__.py", line 782, in parse_ip_network (nova): TRACE: value = ip._value (nova): TRACE: UnboundLocalError: local variable 'ip' referenced before assignment Am i doing something wrong? Regards, Leander
_______________________________________________ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack More help : https://help.launchpad.net/ListHelp