Update refstack-client to reflect movement to openstack namespace.

Change-Id: I65a1c0ab2658a0f5662ccafd49bc38557c63af2a
This commit is contained in:
cdiep 2015-09-14 09:42:19 -07:00
parent e0072e9ecc
commit bd2205afc0
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ it can send the passed test data to a RefStack API server.
We've created an "easy button" for Ubuntu, Centos, RHEL and openSuSe.
1. Make sure you have *git* installed
2. Get the refstack client: `git clone https://github.com/stackforge/refstack-client`
2. Get the refstack client: `git clone https://github.com/openstack/refstack-client`
3. Go into the refstack-client directory: `cd refstack-client`
4. Run the "easy button" setup: `./setup_env`

View File

@ -151,7 +151,7 @@ class RefstackClient:
def _form_result_content(self, cpid, duration, results):
'''This method will create the content for the request. The spec at
github.com/stackforge/refstack/blob/master/specs/approved/api-v1.md.
github.com/openstack/refstack/blob/master/specs/approved/api-v1.md.
defines the format expected by the API.'''
content = {}
content['cpid'] = cpid