use cookbook-openstackclient from official openstack git tree

Change-Id: I16165ba5e797078e32ce608b83067c6dfd87a755
This commit is contained in:
Jan Klare 2018-10-04 10:44:30 +02:00 committed by Samuel Cassiba
parent 929703e4b0
commit f19d1d7dc4
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ end
if Dir.exist?('../cookbook-openstackclient')
cookbook 'openstackclient', path: '../cookbook-openstackclient'
else
cookbook 'openstackclient', github: 'scassiba/cookbook-openstackclient'
cookbook 'openstackclient', git: 'https://git.openstack.org/openstack/cookbook-openstackclient'
end
cookbook 'statsd', github: 'librato/statsd-cookbook'