openstack team mailing list archive
-
openstack team
-
Mailing list archive
-
Message #03260
Index out of range during nova-manage
Hi all, I am running into a "Command failed, please check log for more
info" error on running the following command:
/usr/bin/nova-manage network create 10.0.0.0/24 1 255
/var/log/nova/nova-manage.log contains the output at
http://pastebin.com/HP85LKQE
The nova.conf contains;
--dhcpbridge_flagfile=/etc/nova/nova.conf
--dhcpbridge=/usr/bin/nova-dhcpbridge
--logdir=/var/log/nova
--state_path=/var/lib/nova
--lock_path=/var/lock/nova
--verbose
--s3_host=192.168.1.154
--rabbit_host=192.168.1.154
--cc_host=192.168.1.154
--ec2_url=http://192.168.1.154:8773/services/Cloud
--fixed_range=10.0.0.0/12
--network_size=8
--FAKE_subdomain=ec2
--routing_source_ip=192.168.1.154
--verbose
--sql_connection=mysql://root:gluster123@192.168.1.154/nova
--network_manager=nova.network.manager.FlatManager
I am simply following the instructions in Section 3.5.2 in the Cactus
compute admin guide. Appreciate any help here. Thanks.
-Shehjar
Follow ups