Dear All, I am getting below error while deploying all in one openstack using Devstack Icehouse stable version.
2014-09-18 03:21:56.897 | + TENANT_ID=db7fd8d208db41ea8622be52b520d44e 2014-09-18 03:21:56.897 | + die_if_not_set 374 TENANT_ID 'Failure retrieving TENANT_ID for demo' 2014-09-18 03:21:56.897 | + local exitcode=0 2014-09-18 03:21:56.901 | + is_baremetal 2014-09-18 03:21:56.901 | + [[ rabbit,mysql,key,n-api,n-crt,n-obj,n-cpu,n-cond,n-sch,n-novnc,n-cauth,neutron,q-svc,q-agt,q-dhcp,q-l3,q-meta,q-lbaas,s-proxy,s-object,s-container,s-account,g-api,g-reg,cinder,c-api,c-vol,c-sch,c-bak,heat,h-api,h-api-cfn,h-api-cw,h-eng,trove,tr-api,tr-tmgr,tr-cond,horizon =~ baremetal ]] 2014-09-18 03:21:56.902 | + return 1 2014-09-18 03:21:56.903 | ++ neutron net-create --tenant-id db7fd8d208db41ea8622be52b520d44e private 2014-09-18 03:21:56.904 | ++ grep ' id ' 2014-09-18 03:21:56.905 | ++ get_field 2 2014-09-18 03:21:56.905 | ++ read data 2014-09-18 03:21:58.466 | Not Found (HTTP 404) (Request-ID: req-d3c47a05-d5ed-4bed-aebf-69d95edb85a5) 2014-09-18 03:21:58.514 | + NET_ID= 2014-09-18 03:21:58.514 | + die_if_not_set 396 NET_ID 'Failure creating NET_ID for test-physnet1 db7fd8d208db41ea8622be52b520d44e' 2014-09-18 03:21:58.514 | + local exitcode=0 2014-09-18 03:21:58.519 | [Call Trace] 2014-09-18 03:21:58.519 | ./stack.sh:1197:create_neutron_initial_network 2014-09-18 03:21:58.519 | /opt/stack/devstack/lib/neutron:396:die_if_not_set 2014-09-18 03:21:58.519 | /opt/stack/devstack/functions-common:245:die 2014-09-18 03:21:58.524 | [ERROR] /opt/stack/devstack/functions-common:396 Failure creating NET_ID for test-physnet1 db7fd8d208db41ea8622be52b520d44e Here is my local.con file: # cat backup_local.conf [[local|localrc]] # Enable Logging LOGFILE=/opt/stack/logs/stack.sh.log VERBOSE=True LOG_COLOR=True SCREEN_LOGDIR=/opt/stack/logs # Reclone each time #RECLONE=yes # Credentials DATABASE_PASSWORD=devstack ADMIN_PASSWORD=devstack SERVICE_PASSWORD=devstack SERVICE_TOKEN=devstack RABBIT_PASSWORD=devstack # Services ENABLED_SERVICES=g-api,g-reg,key,n-api,n-crt,n-obj,n-cpu,n-cond,cinder,c-sch,c-api,c-vol,n-sch,n-novnc,n-xvnc,n-cauth,rabbit,horizon disable_service n-net disable_service q-agt disable_service q-l3 enable_service mysql enable_service q-svc enable_service q-dhcp enable_service q-meta #enable_service q-lbaas enable_service neutron enable_service tempest #VOLUME_BACKING_FILE_SIZE=2052M # Nexus 1000v Virtual Switch Q_PLUGIN=cisco declare -a Q_CISCO_PLUGIN_SUBPLUGINS=(n1kv) Q_CISCO_PLUGIN_DEVSTACK_VSM=False Q_CISCO_PLUGIN_VSM_IP=<vsm_ip> Q_CISCO_PLUGIN_VSM_USERNAME=admin Q_CISCO_PLUGIN_VSM_PASSWORD=admin #Q_CISCO_PLUGIN_UVEM_DEB_IMAGE=/var/lib/jenkins/prod/nexus_1000v_vem-12.04-5.2.1.SK1.2.1.29.S0-1.deb #Q_CISCO_PLUGIN_INTEGRATION_BRIDGE=br-int #Q_CISCO_PLUGIN_HOST_MGMT_INTF=eth0 #PHYSICAL_NETWORK=test-physnet1 # VMware vCenter Nova Info VIRT_DRIVER=vsphere VMWAREAPI_IP=<vCenter_IP> VMWAREAPI_USER=root VMWAREAPI_PASSWORD=root@123 VMWAREAPI_CLUSTER=test_cluster # Branches KEYSTONE_BRANCH=stable/icehouse NOVA_BRANCH=stable/icehouse NEUTRON_BRANCH=stable/icehouse SWIFT_BRANCH=stable/icehouse GLANCE_BRANCH=stable/icehouse CINDER_BRANCH=stable/icehouse HEAT_BRANCH=stable/icehouse TROVE_BRANCH=stable/icehouse HORIZON_BRANCH=stable/icehouse Thanks
_______________________________________________ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lists.openstack.org Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack