Skip to content

Instantly share code, notes, and snippets.

@tonytan4ever
Created March 29, 2016 16:21
Show Gist options
  • Save tonytan4ever/23e7998ff6bc2a65bbb9 to your computer and use it in GitHub Desktop.
Save tonytan4ever/23e7998ff6bc2a65bbb9 to your computer and use it in GitHub Desktop.
(python27) 554 c13141:~/projects/Rackspace/docker-devstack $ docker-compose run openstack
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:90: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.
InsecurePlatformWarning
Building openstack
Step 1 : FROM debian:jessie
---> f50f9524513f
Step 2 : RUN perl -pi -w -e 's/101/0/g;' /usr/sbin/policy-rc.d
---> Using cache
---> 243567b07d9b
Step 3 : RUN apt-get update && apt-get -y install python net-tools bsdmainutils git build-essential libssl-dev libffi-dev python-dev sudo vim apt-utils lsb-release openvswitch-switch supervisor openssh-server
---> Using cache
---> c9aaa5edbe9c
Step 4 : RUN mkdir -p /github/devstack
---> Using cache
---> a83d5c07c778
Step 5 : VOLUME /github/devstack
---> Using cache
---> 25fab0cbc92e
Step 6 : WORKDIR /github/devstack
---> Using cache
---> 820ee17e29c6
Step 7 : RUN ls /github/devstack
---> Running in 355d08e008f4
---> 9d84d8de218a
Removing intermediate container 355d08e008f4
Step 8 : RUN tools/create-stack-user.sh && chown -R stack:stack /github
---> Running in d2b6a6c6ac92
/bin/sh: 1: tools/create-stack-user.sh: not found
ERROR: Service 'openstack' failed to build: The command '/bin/sh -c tools/create-stack-user.sh && chown -R stack:stack /github' returned a non-zero code: 127
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment