openstack: Document the python-novaclient requirement (#40842)

Without also installing the python-novaclient library, these modules
simply do not work.

Rather than backporting the fixes implemented in 2.6+ we simply make
sure that we document the requirement.

Fixes: #35484
This commit is contained in:
Jesse Pretorius 2018-09-05 16:13:36 +01:00 committed by Alicia Cozine
parent 737d8a0abb
commit 1e6ca60314
2 changed files with 2 additions and 0 deletions

View file

@ -199,6 +199,7 @@ options:
required: false
requirements:
- "python >= 2.6"
- "python-novaclient"
- "shade"
'''

View file

@ -66,6 +66,7 @@ options:
required: false
requirements:
- "python >= 2.6"
- "python-novaclient"
- "shade"
'''