Change stackforge to openstack

Change-Id: I19290bdb37c4e20ffde7cc2d781ce154dc0d6999
This commit is contained in:
venkatamahesh 2015-10-23 16:14:56 +05:30
parent 187cbc002c
commit 5bc7813de3
3 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
python-watcherclient Style Commandments
===============================================
=======================================
Read the OpenStack Style Commandments http://docs.openstack.org/developer/hacking/

View File

@ -1,6 +1,6 @@
===============================
====================
python-watcherclient
===============================
====================
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
* 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

View File

@ -5,6 +5,6 @@ Installation
Or, if you have `virtualenvwrapper <https://virtualenvwrapper.readthedocs.org/en/latest/install.html>`_ installed::
$ 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
$ pip install -r ./requirements.txt