diff options
author | Jason DeTiberus <detiber@gmail.com> | 2016-08-24 17:20:18 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-24 17:20:18 -0400 |
commit | 4656fff3885fdf6393d9ea87922257b74d1f88d0 (patch) | |
tree | 0c7c32652469e0305dddbdfbb186ba6fe55cd7f3 /README_openstack.md | |
parent | 42960fa87d7dca565e8a4df5da1541b9905cccd8 (diff) | |
parent | 1b9cdb2154e9b32df0f0e63b43c07e51a8187054 (diff) | |
download | openshift-4656fff3885fdf6393d9ea87922257b74d1f88d0.tar.gz openshift-4656fff3885fdf6393d9ea87922257b74d1f88d0.tar.bz2 openshift-4656fff3885fdf6393d9ea87922257b74d1f88d0.tar.xz openshift-4656fff3885fdf6393d9ea87922257b74d1f88d0.zip |
Merge pull request #2360 from detiber/repo_rework
Repo rework
Diffstat (limited to 'README_openstack.md')
-rw-r--r-- | README_openstack.md | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/README_openstack.md b/README_openstack.md index 7a6b24145..1998a5878 100644 --- a/README_openstack.md +++ b/README_openstack.md @@ -17,7 +17,12 @@ Install Dependencies * `python-neutronclient` * `python-heatclient` -On RHEL / CentOS / Fedora: +On Fedora: +``` + dnf install -y ansible python-novaclient python-neutronclient python-heatclient +``` + +On RHEL / CentOS: ``` yum install -y ansible python-novaclient python-neutronclient python-heatclient ``` |