Merge "Update repository url"
This commit is contained in:
+1
-1
@@ -21,7 +21,7 @@ For more info on devstack installation follow the below link:
|
||||
|
||||
cat > /opt/stack/devstack/local.conf << END
|
||||
[[local|localrc]]
|
||||
enable_plugin zaqar https://git.openstack.org/openstack/zaqar
|
||||
enable_plugin zaqar https://opendev.org/openstack/zaqar
|
||||
END
|
||||
|
||||
3. Run devstack
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
# That means that in the project openstack-infra/project-config we will need to
|
||||
# update the Zaqar grenade job(s) in jenkins/jobs/devstack-gate.yaml with
|
||||
# this:
|
||||
# export GRENADE_PLUGINRC="enable_grenade_plugin zaqar https://git.openstack.org/openstack/zaqar"
|
||||
# export GRENADE_PLUGINRC="enable_grenade_plugin zaqar https://opendev.org/openstack/zaqar"
|
||||
# If openstack-infra/project-config is not updated then the Grenade tests will
|
||||
# never get run for Zaqar
|
||||
|
||||
@@ -16,4 +16,4 @@ fi
|
||||
|
||||
devstack_localrc base enable_service zaqar-wsgi zaqar-websocket zaqar
|
||||
|
||||
devstack_localrc target enable_service zaqar-wsgi zaqar-websocket zaqar
|
||||
devstack_localrc target enable_service zaqar-wsgi zaqar-websocket zaqar
|
||||
|
||||
@@ -100,11 +100,11 @@ Installation Guide`_.
|
||||
Getting the code
|
||||
################
|
||||
|
||||
Get the code from git.openstack.org to create a local repository with Zaqar:
|
||||
Get the code to create a local repository with Zaqar:
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
$ git clone https://git.openstack.org/openstack/zaqar.git
|
||||
$ git clone https://opendev.org/openstack/zaqar
|
||||
|
||||
Configuration
|
||||
#############
|
||||
|
||||
@@ -93,4 +93,4 @@ When you run tests via ``tox -e py27`` command in the root directory of Zaqar:
|
||||
.. _`OpenStack Tox testing manual` : https://wiki.openstack.org/wiki/Testing#Unit_Testing_with_Tox
|
||||
.. _`Tox documentation` : https://tox.readthedocs.org/en/latest/
|
||||
.. _`OpenStack Testr manual` : https://wiki.openstack.org/wiki/Testr
|
||||
.. _`Tempest repository` : https://git.openstack.org/cgit/openstack/tempest
|
||||
.. _`Tempest repository` : https://opendev.org/openstack/tempest
|
||||
|
||||
Reference in New Issue
Block a user