Replace github references with git.o.o
Change-Id: I0c854540b93ff1cf17cac8c252b8db0eef2a87ecchanges/50/47150/1
parent
635955def4
commit
efe1fa256b
|
@ -37,7 +37,7 @@ When run without a command, the metadata sources are printed as a json document.
|
|||
|
||||
# Quick Start
|
||||
|
||||
sudo pip install -U git+git://github.com/openstack/os-collect-config.git
|
||||
sudo pip install -U git+git://git.openstack.org/openstack/os-collect-config.git
|
||||
|
||||
# run it on an OpenStack instance with access to ec2 metadata:
|
||||
os-collect-config
|
||||
|
|
|
@ -5,7 +5,7 @@ author-email = openstack-dev@lists.openstack.org
|
|||
summary = Collect and cache metadata, run hooks on changes.
|
||||
description-file =
|
||||
README.rst
|
||||
home-page = http://github.com/openstack/os-collect-config
|
||||
home-page = http://git.openstack.org/cgit/openstack/os-collect-config
|
||||
classifier =
|
||||
Development Status :: 4 - Beta
|
||||
Environment :: Console
|
||||
|
|
Loading…
Reference in New Issue