Replace GitHub repositories with OpenDev repositories
Change-Id: I7cce77dae30b1331c093a560946dc5ff31eb986a
This commit is contained in:
parent
a2b4ce30b8
commit
4a6ceb8acf
@ -23,7 +23,7 @@ Environment setup
|
||||
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/openstack/refstack-client``
|
||||
2. Get the refstack client: ``git clone https://opendev.org/osf/refstack-client.git``
|
||||
3. Go into the refstack-client directory: ``cd refstack-client``
|
||||
4. Run the "easy button" setup: ``./setup_env``
|
||||
|
||||
@ -141,7 +141,7 @@ Usage
|
||||
-i <path-to-private-key>
|
||||
|
||||
Intructions for uploading data with signature can be found at
|
||||
https://github.com/openstack/refstack/blob/master/doc/source/uploading_private_results.rst
|
||||
https://opendev.org/osf/refstack/src/branch/master/doc/source/uploading_private_results.rst
|
||||
|
||||
7. Create a JSON web token to use for authentication to your privately
|
||||
uploaded data
|
||||
|
@ -354,7 +354,7 @@ class RefstackClient:
|
||||
|
||||
def _form_result_content(self, cpid, duration, results):
|
||||
'''This method will create the content for the request. The spec at
|
||||
'https://github.com/openstack/refstack/blob/master/specs/prior'
|
||||
'https://opendev.org/osf/refstack/src/branch/master/specs/prior'
|
||||
'/implemented/api-v1.md'.
|
||||
defines the format expected by the API.'''
|
||||
content = {}
|
||||
|
@ -3,4 +3,4 @@
|
||||
# So tempest can find plugins with additional tests
|
||||
# Examples of how to define packages:
|
||||
#ec2-api>=1.0.0
|
||||
#git+https://github.com/openstack/swift.git@master#egg=swift
|
||||
#git+https://opendev.org/openstack/swift.git@master#egg=swift
|
||||
|
Loading…
Reference in New Issue
Block a user