./stack.sh error for cinder on newton branch
HI All,
I'm seeing this issue related to cinder on the latest stable newton branch(devstack). I'm Using Ubuntu 14.04 LTS OS. Below are the my local.conf file and error related to cinder from the console.
I tried ./unstack.sh; ./clean.sh; ./stack.sh multiple times, even with that I see the same error. Even ./unstack.sh; ./clean.sh; sudo rm -rf /opt/stack/; ./stack.sh dint help. I saw the same below error related to cinder. Somebody please help me how to fix this issue.
local.conf:
-----------
[[local|localrc]]
#FLOATING_RANGE=172.18.161.0/24
FIXED_RANGE=10.0.0.0/24
FIXED_NETWORK_SIZE=256
ADMIN_PASSWORD=supersecret
DATABASE_PASSWORD=iheartdatabases
RABBIT_PASSWORD=flopsymopsy
SERVICE_PASSWORD=iheartksl
disable_service n-net
#Enable heat services
enable_service h-eng h-api h-api-cfn h-api-cw
#Enable heat plugin
enable_plugin heat https://git.openstack.org/openstack/heat stable/newton
IMAGE_URL_SITE="https://dl.fedoraproject.org"
IMAGE_URL_PATH="/pub/archive/fedora/linux/releases/21/Cloud/Images/x86_64/"
IMAGE_URL_FILE="Fedora-Cloud-Base-20141203-21.x86_64.qcow2"
IMAGE_URLS+=","$IMAGE_URL_SITE$IMAGE_URL_PATH$IMAGE_URL_FILE
enable_service q-svc q-agt q-dhcp q-l3 q-meta neutron
PUBLIC_INTERFACE=eth1
NETWORK_GATEWAY=10.0.0.1
FLAT_INTERFACE=eth1
Q_FLOATING_ALLOCATION_POOL=start=172.24.4.10,end=172.24.4.20
PUBLIC_NETWORK_GATEWAY=172.24.4.1
Q_USE_PROVIDERNET_FOR_PUBLIC=True
OVS_PHYSICAL_BRIDGE=br-ex
PUBLIC_BRIDGE=br-ex
OVS_BRIDGE_MAPPINGS=public:br-ex
Q_PLUGIN=ml2
Error:
------
+functions-common:time_start:2386 [[ -n '' ]]
++functions-common:time_start:2389 date +%s
+functions-common:time_start:2389 _TIME_START[$name]=1484151049
+functions-common:git_timed:598 timeout -s SIGINT 0 git clone git://git.openstack.org/openstack/cinder.git /opt/stack/cinder --branch master
Cloning into '/opt/stack/cinder'...
remote: Counting objects: 119673, done.
remote: Compressing objects: 100% (59760/59760), done.
remote: Total 119673 (delta 87629), reused 81610 (delta 51312)
Receiving objects: 100% (119673/119673), 46.04 MiB | 36.00 KiB/s, done.
Resolving deltas: 100% (87629/87629), done.
Checking connectivity... done.
+functions-common:git_timed:612 time_stop git_timed
+functions-common:time_stop:2398 local name
+functions-common:time_stop:2399 local end_time
+functions-common:time_stop:2400 local elapsed_time
+functions-common:time_stop:2401 local total
+functions-common:time_stop:2402 local start_time
+functions-common:time_stop:2404 name=git_timed
+functions-common:time_stop:2405 start_time=1484151049
+functions-common:time_stop:2407 [[ -z 1484151049 ]]
++functions-common:time_stop:2410 date +%s
+functions-common:time_stop:2410 end_time=1484153906
+functions-common:time_stop:2411 elapsed_time=2857
+functions-common:time_stop:2412 total=3774
+functions-common:time_stop:2414 _TIME_START[$name]=
+functions-common:time_stop:2415 _TIME_TOTAL[$name]=6631
+functions-common:git_clone:565 cd /opt/stack/cinder
+functions-common:git_clone:566 git show --oneline
+functions-common:git_clone:566 head -1
a7e898b Merge "Revert "Swap volume type for migration started by retype""
+functions-common:git_clone:567 cd /home/stack/suresh/DEVSTACK/stable/newton
+lib/cinder:install_cinder:459 setup_develop /opt/stack/cinder
+inc/python:setup_develop:324 local project_dir=/opt/stack/cinder
+inc/python:setup_develop:325 local extras=
+inc/python:setup_develop:326 _setup_package_with_constraints_edit /opt/stack/cinder -e
+inc/python:_setup_package_with_constraints_edit:356 local project_dir=/opt/stack/cinder
+inc/python:_setup_package_with_constraints_edit:357 local flags=-e
+inc/python:_setup_package_with_constraints_edit:358 local extras=
++inc/python:_setup_package_with_constraints_edit:365 cd /opt/stack/cinder
++inc/python:_setup_package_with_constraints_edit:365 pwd
+inc/python:_setup_package_with_constraints_edit:365 project_dir=/opt/stack/cinder
+inc/python:_setup_package_with_constraints_edit:367 '[' -n /opt/stack/requirements ']'
+inc/python:_setup_package_with_constraints_edit:369 local name
++inc/python:_setup_package_with_constraints_edit:370 awk '/^name ...