added necessary argument (#16067)

E.G.
~~~~

# ./openstack.py --refresh
usage: openstack.py [-h] [--private] [--refresh] [--debug]
                    (--list | --host HOST)
openstack.py: error: one of the arguments --list --host is required
pull/15178/head
Devin Waas 9 years ago committed by Brian Coca
parent e63bf1d86e
commit 01decf4166

@ -297,7 +297,7 @@ Refresh the cache
Note that the OpenStack dynamic inventory script will cache results to avoid repeated API calls. To explicitly clear the cache, you can run the openstack.py (or hosts) script with the --refresh parameter: Note that the OpenStack dynamic inventory script will cache results to avoid repeated API calls. To explicitly clear the cache, you can run the openstack.py (or hosts) script with the --refresh parameter:
./openstack.py --refresh ./openstack.py --refresh --list
.. _other_inventory_scripts: .. _other_inventory_scripts:

Loading…
Cancel
Save