Change stackforge to openstack
Change-Id: I19290bdb37c4e20ffde7cc2d781ce154dc0d6999
This commit is contained in:
parent
187cbc002c
commit
5bc7813de3
@ -1,4 +1,4 @@
|
|||||||
python-watcherclient Style Commandments
|
python-watcherclient Style Commandments
|
||||||
===============================================
|
=======================================
|
||||||
|
|
||||||
Read the OpenStack Style Commandments http://docs.openstack.org/developer/hacking/
|
Read the OpenStack Style Commandments http://docs.openstack.org/developer/hacking/
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
===============================
|
====================
|
||||||
python-watcherclient
|
python-watcherclient
|
||||||
===============================
|
====================
|
||||||
|
|
||||||
Python client library for Watcher API.
|
Python client library for Watcher API.
|
||||||
|
|
||||||
@ -8,6 +8,6 @@ Watcher takes advantage of CEP and ML algorithms/metaheuristics to improve physi
|
|||||||
|
|
||||||
* Free software: Apache license
|
* Free software: Apache license
|
||||||
* Wiki: http://wiki.openstack.org/wiki/Watcher
|
* Wiki: http://wiki.openstack.org/wiki/Watcher
|
||||||
* Source: http://git.openstack.org/cgit/stackforge/python-watcher
|
* Source: http://git.openstack.org/cgit/openstack/python-watcher
|
||||||
* Bugs: http://bugs.launchpad.net/watcher
|
* Bugs: http://bugs.launchpad.net/watcher
|
||||||
|
|
||||||
|
@ -5,6 +5,6 @@ Installation
|
|||||||
Or, if you have `virtualenvwrapper <https://virtualenvwrapper.readthedocs.org/en/latest/install.html>`_ installed::
|
Or, if you have `virtualenvwrapper <https://virtualenvwrapper.readthedocs.org/en/latest/install.html>`_ installed::
|
||||||
|
|
||||||
$ mkvirtualenv python-watcherclient
|
$ mkvirtualenv python-watcherclient
|
||||||
$ git clone https://git.openstack.org/openstack/stackforge/python-watcherclient
|
$ git clone https://git.openstack.org/openstack/python-watcherclient
|
||||||
$ cd python-watcherclient && python setup.py install
|
$ cd python-watcherclient && python setup.py install
|
||||||
$ pip install -r ./requirements.txt
|
$ pip install -r ./requirements.txt
|
||||||
|
Loading…
Reference in New Issue
Block a user