diff options
author | Scott Dodson <sdodson@redhat.com> | 2016-11-07 11:10:19 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-07 11:10:19 -0500 |
commit | 1ab1f8a9524b6fa2b8f82d1eadcd72de94c0a9c4 (patch) | |
tree | 32136fc89e4c602b3784870289842de8420acdb6 | |
parent | a09b663215975a5ab40eab110334ab0f6c3dd868 (diff) | |
parent | 3b55815cea18e26c79bf401153d3fbaadd450db2 (diff) | |
download | openshift-1ab1f8a9524b6fa2b8f82d1eadcd72de94c0a9c4.tar.gz openshift-1ab1f8a9524b6fa2b8f82d1eadcd72de94c0a9c4.tar.bz2 openshift-1ab1f8a9524b6fa2b8f82d1eadcd72de94c0a9c4.tar.xz openshift-1ab1f8a9524b6fa2b8f82d1eadcd72de94c0a9c4.zip |
Merge pull request #2732 from dougbtv/openstack_shade_fix
[openstack] updates documentation to show that you need to install shade
-rw-r--r-- | README_openstack.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/README_openstack.md b/README_openstack.md index 1998a5878..d3d1f9052 100644 --- a/README_openstack.md +++ b/README_openstack.md @@ -25,6 +25,7 @@ On Fedora: On RHEL / CentOS: ``` yum install -y ansible python-novaclient python-neutronclient python-heatclient + sudo pip install shade ``` Configuration |