[openstack-dev] Devstack installation failed with CINDER installation
Ben Nemec
openstack at nemebean.com
Thu Feb 13 16:56:28 UTC 2014
Looks like a transient pypi failure. You can either wait for pypi to get
its act together or configure pip to use the pypi.openstack.org mirror.
This is the relevant part of my ~/.pip/pip.conf file:
[fedora at openstack .pip]$ cat pip.conf
[global]
index-url = http://pypi.openstack.org/openstack
I think that's enough to make it use pypi.openstack.org.
-Ben
On 2014-02-13 03:31, trinath.somanchi at freescale.com wrote:
> Hi stackers-
>
> I have an issue while installing devstack on my machine.
>
> While configuring cider root wrap, devstack installation failed.
>
> Here is the complete log
>
> .dEYRz -e /opt/stack/cinder
>
> Obtaining file:///opt/stack/cinder
>
> Running setup.py egg_info for package from file:///opt/stack/cinder
>
> [pbr] Reusing existing SOURCES.txt
>
> Requirement already satisfied (use --upgrade to upgrade): pbr>=0.6,<1.0 in /opt/stack/pbr (from cinder==2014.1.dev166.g893aaa9)
>
> Requirement already satisfied (use --upgrade to upgrade): amqplib>=0.6.1 in /usr/lib/python2.7/dist-packages (from cinder==2014.1.dev166.g893aaa9)
>
> Requirement already satisfied (use --upgrade to upgrade): anyjson>=0.3.3 in /usr/lib/python2.7/dist-packages (from cinder==2014.1.dev166.g893aaa9)
>
> Requirement already satisfied (use --upgrade to upgrade): Babel>=1.3 in /usr/local/lib/python2.7/dist-packages/Babel-1.3-py2.7.egg (from cinder==2014.1.dev166.g893aaa9)
>
> Requirement already satisfied (use --upgrade to upgrade): eventlet>=0.13.0 in /usr/lib/python2.7/dist-packages (from cinder==2014.1.dev166.g893aaa9)
>
> Requirement already satisfied (use --upgrade to upgrade): greenlet>=0.3.2 in /usr/lib/python2.7/dist-packages (from cinder==2014.1.dev166.g893aaa9)
>
> Downloading/unpacking iso8601>=0.1.8 (from cinder==2014.1.dev166.g893aaa9)
>
> Could not fetch URL https://pypi.python.org/simple/iso8601/: There was a problem confirming the ssl certificate: <urlopen error [Errno 1] _ssl.c:504: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed>
>
> Will skip URL https://pypi.python.org/simple/iso8601/ when looking for download links for iso8601>=0.1.8 (from cinder==2014.1.dev166.g893aaa9)
>
> Could not fetch URL https://pypi.python.org/simple/: There was a problem confirming the ssl certificate: <urlopen error [Errno 1] _ssl.c:504: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed>
>
> Will skip URL https://pypi.python.org/simple/ when looking for download links for iso8601>=0.1.8 (from cinder==2014.1.dev166.g893aaa9)
>
> Cannot fetch index base URL https://pypi.python.org/simple/
>
> Could not fetch URL https://pypi.python.org/simple/iso8601/: There was a problem confirming the ssl certificate: <urlopen error [Errno 1] _ssl.c:504: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed>
>
> Will skip URL https://pypi.python.org/simple/iso8601/ when looking for download links for iso8601>=0.1.8 (from cinder==2014.1.dev166.g893aaa9)
>
> Could not find any downloads that satisfy the requirement iso8601>=0.1.8 (from cinder==2014.1.dev166.g893aaa9)
>
> Cleaning up...
>
> No distributions at all found for iso8601>=0.1.8 (from cinder==2014.1.dev166.g893aaa9)
>
> Storing complete log in /home/stack/.pip/pip.log
>
> + safe_chown -R stack /opt/stack/cinder/cinder.egg-info
>
> + _safe_permission_operation chown -R stack /opt/stack/cinder/cinder.egg-info
>
> + args=($@)
>
> + local args
>
> + local last
>
> + local sudo_cmd
>
> + local dir_to_check
>
> + let 'last=4 - 1'
>
> + dir_to_check=/opt/stack/cinder/cinder.egg-info
>
> + '[' '!' -d /opt/stack/cinder/cinder.egg-info ']'
>
> + is_nfs_directory /opt/stack/cinder/cinder.egg-info
>
> ++ stat -f -L -c %T /opt/stack/cinder/cinder.egg-info
>
> + local mount_type=ext2/ext3
>
> + test ext2/ext3 == nfs
>
> + [[ False = True ]]
>
> + sudo_cmd=sudo
>
> + sudo chown -R stack /opt/stack/cinder/cinder.egg-info
>
> + '[' True = True ']'
>
> + '[' 0 -eq 0 ']'
>
> + cd /opt/stack/cinder
>
> + git reset --hard
>
> HEAD is now at 893aaa9 Merge "GlusterFS: Fix create/restore backup"
>
> + configure_cinder
>
> + [[ ! -d /etc/cinder ]]
>
> + sudo chown stack /etc/cinder
>
> + cp -p /opt/stack/cinder/etc/cinder/policy.json /etc/cinder
>
> + configure_cinder_rootwrap
>
> ++ get_rootwrap_location cinder
>
> ++ local module=cinder
>
> +++ get_python_exec_prefix
>
> +++ is_fedora
>
> +++ [[ -z Ubuntu ]]
>
> +++ '[' Ubuntu = Fedora ']'
>
> +++ '[' Ubuntu = 'Red Hat' ']'
>
> +++ '[' Ubuntu = CentOS ']'
>
> +++ is_suse
>
> +++ [[ -z Ubuntu ]]
>
> +++ '[' Ubuntu = openSUSE ']'
>
> +++ '[' Ubuntu = 'SUSE LINUX' ']'
>
> +++ echo /usr/local/bin
>
> ++ echo /usr/local/bin/cinder-rootwrap
>
> + CINDER_ROOTWRAP=/usr/local/bin/cinder-rootwrap
>
> + [[ ! -x /usr/local/bin/cinder-rootwrap ]]
>
> ++ get_rootwrap_location oslo
>
> ++ local module=oslo
>
> +++ get_python_exec_prefix
>
> +++ is_fedora
>
> +++ [[ -z Ubuntu ]]
>
> +++ '[' Ubuntu = Fedora ']'
>
> +++ '[' Ubuntu = 'Red Hat' ']'
>
> +++ '[' Ubuntu = CentOS ']'
>
> +++ is_suse
>
> +++ [[ -z Ubuntu ]]
>
> +++ '[' Ubuntu = openSUSE ']'
>
> +++ '[' Ubuntu = 'SUSE LINUX' ']'
>
> +++ echo /usr/local/bin
>
> ++ echo /usr/local/bin/oslo-rootwrap
>
> + CINDER_ROOTWRAP=/usr/local/bin/oslo-rootwrap
>
> + [[ ! -x /usr/local/bin/oslo-rootwrap ]]
>
> + die 190 'No suitable rootwrap found.'
>
> + local exitcode=0
>
> + set +o xtrace
>
> [Call Trace]
>
> ./stack.sh:711:configure_cinder
>
> /home/stack/devstack/lib/cinder:238:configure_cinder_rootwrap
>
> /home/stack/devstack/lib/cinder:190:die
>
> [ERROR] /home/stack/devstack/lib/cinder:190 No suitable rootwrap found.
>
> Kindly help me resolve the issue.
>
> --
>
> Trinath Somanchi - B39208
>
> trinath.somanchi at freescale.com | extn: 4048
>
> _______________________________________________
> OpenStack-dev mailing list
> OpenStack-dev at lists.openstack.org
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev [1]
Links:
------
[1] http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20140213/20c079fe/attachment.html>
More information about the OpenStack-dev
mailing list