← Back to team overview

openstack team mailing list archive

Re: Index out of range during nova-manage

 

Thanks. It still runs into the Index out of range error. Are there any configurables we could look at to debug further?

-Shehjar

Diego Parrilla Santamaría wrote:
it seems fixed range and network size they don't match.

It seems you are running a small environment. Try with this parameters:

/usr/bin/nova-manage network create 10.0.0.0/ <http://10.0.0.0/24>8 1 255

and

--fixed_range=10.0.0.0/ <http://10.0.0.0/12>8
--network_size=64

Diego

On Wed, Jul 20, 2011 at 3:00 PM, Shehjar Tikoo <shehjart@xxxxxxxxxxx <mailto:shehjart@xxxxxxxxxxx>> wrote:

    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 <http://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
    <http://192.168.1.154:8773/services/Cloud>
    --fixed_range=10.0.0.0/12 <http://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
    <http://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

    _________________________________________________
    Mailing list: https://launchpad.net/~__openstack
    <https://launchpad.net/~openstack>
    Post to     : openstack@xxxxxxxxxxxxxxxxxxx
    <mailto:openstack@xxxxxxxxxxxxxxxxxxx>
    Unsubscribe : https://launchpad.net/~__openstack
    <https://launchpad.net/~openstack>
    More help   : https://help.launchpad.net/__ListHelp
    <https://help.launchpad.net/ListHelp>





Follow ups

References