summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorscottb <sydtech@gmail.com>2016-11-10 00:15:45 -0800
committerGitHub <noreply@github.com>2016-11-10 00:15:45 -0800
commitba757dc4803708e68c549f9c347cd5f3e66baed1 (patch)
tree00d734ec2199a131b52c57f989afd701cf747a03
parent3072d75bccef24f73be1dfc1a04a053c6893e2eb (diff)
parentc53db300b887939f972226ecd2225e03164dcf7d (diff)
downloadansible-ba757dc4803708e68c549f9c347cd5f3e66baed1.tar.gz
Merge pull request #18424 from dmsimard/patch-1
Update the link to the os-client-config repository
-rwxr-xr-xcontrib/inventory/openstack.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/inventory/openstack.py b/contrib/inventory/openstack.py
index 0d92eae110..6679a2cc3b 100755
--- a/contrib/inventory/openstack.py
+++ b/contrib/inventory/openstack.py
@@ -19,7 +19,7 @@
# along with this software. If not, see <http://www.gnu.org/licenses/>.
# The OpenStack Inventory module uses os-client-config for configuration.
-# https://github.com/stackforge/os-client-config
+# https://github.com/openstack/os-client-config
# This means it will either:
# - Respect normal OS_* environment variables like other OpenStack tools
# - Read values from a clouds.yaml file.