diff options
author | dougbtv <douglaskippsmith@gmail.com> | 2016-11-05 08:59:40 -0400 |
---|---|---|
committer | dougbtv <douglaskippsmith@gmail.com> | 2016-11-05 08:59:40 -0400 |
commit | 3b55815cea18e26c79bf401153d3fbaadd450db2 (patch) | |
tree | 10dad191062adce8c81cf413adb4b258ff6273f3 /README_openstack.md | |
parent | 4698b0c696b9d9cf2b8dbff5eaa4fcaa545093cd (diff) | |
download | openshift-3b55815cea18e26c79bf401153d3fbaadd450db2.tar.gz openshift-3b55815cea18e26c79bf401153d3fbaadd450db2.tar.bz2 openshift-3b55815cea18e26c79bf401153d3fbaadd450db2.tar.xz openshift-3b55815cea18e26c79bf401153d3fbaadd450db2.zip |
[openstack] updates documentation to show that you need to install shade
Diffstat (limited to 'README_openstack.md')
-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 |