os_server_action: Document the python-novaclient requirement (#40841)

Without also installing the python-novaclient library, this module
simply does not work.

Fixes: #35484
pull/41144/merge
Jesse Pretorius 7 years ago committed by Matt Davis
parent be9de94eea
commit 7e04385baf

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

Loading…
Cancel
Save