From dbb3fd0e5ecd230592887a9ca4743732349c518b Mon Sep 17 00:00:00 2001 From: Sanket Jagtap Date: Thu, 15 Jun 2017 15:30:00 +0530 Subject: [PATCH] Formatted Dynamic Inventory link for Openstack (#25351) * Formatted Dynamic Inventory link for Openstack * Create intro_dynamic_inventory.rst --- docs/docsite/rst/intro_dynamic_inventory.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/rst/intro_dynamic_inventory.rst b/docs/docsite/rst/intro_dynamic_inventory.rst index ecb6de7231..6e33927e11 100644 --- a/docs/docsite/rst/intro_dynamic_inventory.rst +++ b/docs/docsite/rst/intro_dynamic_inventory.rst @@ -247,7 +247,7 @@ Example: OpenStack External Inventory Script If you use an OpenStack based cloud, instead of manually maintaining your own inventory file, you can use the openstack.py dynamic inventory to pull information about your compute instances directly from OpenStack. -You can download the latest version of the OpenStack inventory script at: https://raw.githubusercontent.com/ansible/ansible/devel/contrib/inventory/openstack.py +You can download the latest version of the OpenStack inventory script `here `_ You can use the inventory script explicitly (by passing the `-i openstack.py` argument to Ansible) or implicitly (by placing the script at `/etc/ansible/hosts`).