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:
parent
737d8a0abb
commit
1e6ca60314
2 changed files with 2 additions and 0 deletions
|
@ -199,6 +199,7 @@ options:
|
|||
required: false
|
||||
requirements:
|
||||
- "python >= 2.6"
|
||||
- "python-novaclient"
|
||||
- "shade"
|
||||
'''
|
||||
|
||||
|
|
|
@ -66,6 +66,7 @@ options:
|
|||
required: false
|
||||
requirements:
|
||||
- "python >= 2.6"
|
||||
- "python-novaclient"
|
||||
- "shade"
|
||||
'''
|
||||
|
||||
|
|
Loading…
Reference in a new issue