From 01decf4166ea8fe233b9a728ad4e82a0dbe10cab Mon Sep 17 00:00:00 2001 From: Devin Waas Date: Tue, 31 May 2016 17:53:59 +0200 Subject: [PATCH] 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 --- docsite/rst/intro_dynamic_inventory.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/rst/intro_dynamic_inventory.rst b/docsite/rst/intro_dynamic_inventory.rst index 007540875d4..4140a41c493 100644 --- a/docsite/rst/intro_dynamic_inventory.rst +++ b/docsite/rst/intro_dynamic_inventory.rst @@ -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: - ./openstack.py --refresh + ./openstack.py --refresh --list .. _other_inventory_scripts: