you need to specify --bridge_interface when you create a network If you set --vlan_interface in your flagfile (for vlan mode) or --flat_interface (for flatdhcp mode) then you don't need to specify it on the command line. Vish
On Feb 26, 2012, at 4:41 PM, Alexey Eromenko wrote: > Platform: Debian wheezy/testing + nova-2012.1~e3-4 > > Official docs say: > > nova-manage network create novanet 192.168.0.0/24 1 256 > > (I read both diablo and trunk docs) > > But it fails: > > root@nova-server2:~# nova-manage network create novanet 192.168.0.0/24 1 256 > Command failed, please check log for more info > 2012-02-26 19:37:55,035 CRITICAL nova [-] --bridge_interface is > required to create a network. > (nova): TRACE: Traceback (most recent call last): > (nova): TRACE: File "/usr/bin/nova-manage", line 2376, in <module> > (nova): TRACE: main() > (nova): TRACE: File "/usr/bin/nova-manage", line 2364, in main > (nova): TRACE: fn(*fn_args, **fn_kwargs) > (nova): TRACE: File "/usr/bin/nova-manage", line 800, in create > (nova): TRACE: raise exception.NetworkNotCreated(req='--bridge_interface') > (nova): TRACE: NetworkNotCreated: --bridge_interface is required to > create a network. > (nova): TRACE: > > Any ideas ? > > -- > -Alexey Eromenko "Technologov" > > _______________________________________________ > Mailing list: https://launchpad.net/~openstack > Post to : [email protected] > Unsubscribe : https://launchpad.net/~openstack > More help : https://help.launchpad.net/ListHelp _______________________________________________ Mailing list: https://launchpad.net/~openstack Post to : [email protected] Unsubscribe : https://launchpad.net/~openstack More help : https://help.launchpad.net/ListHelp

