Use opendev repository
Change-Id: Ibf9a0776d06b1b9fdccc8701a8b0df708800fb9e
This commit is contained in:
parent
a74b99594d
commit
e908282622
@ -8,7 +8,7 @@ Cyborg provides a general management framework for accelerators such as
|
||||
FPGA, GPU, SoCs, NVMe SSDs, CCIX caches, DPDK/SPDK, pmem and so forth.
|
||||
|
||||
* Free software: Apache license
|
||||
* Source: https://git.openstack.org/cgit/openstack/cyborg
|
||||
* Source: https://opendev.org/openstack/cyborg
|
||||
* Bugs: https://bugs.launchpad.net/openstack-cyborg
|
||||
* Blueprints: https://blueprints.launchpad.net/openstack-cyborg
|
||||
|
||||
|
@ -36,7 +36,7 @@ Download DevStack
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
$ git clone https://git.openstack.org/openstack-dev/devstack
|
||||
$ git clone https://opendev.org/openstack/devstack
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
@ -100,7 +100,7 @@ Enable services
|
||||
enable_service q-meta
|
||||
enable_service neutron
|
||||
enable_service n-novnc
|
||||
enable_plugin cyborg https://git.openstack.org/openstack/cyborg
|
||||
enable_plugin cyborg https://opendev.org/openstack/cyborg
|
||||
NOVA_VNC_ENABLED=True
|
||||
NOVNCPROXY_URL="http://$SERVICE_HOST:6080/vnc_auto.html"
|
||||
VNCSERVER_LISTEN=0.0.0.0
|
||||
|
@ -23,7 +23,7 @@ Install and Configure
|
||||
.. code-block:: console
|
||||
|
||||
cd ~/cyborg
|
||||
git clone https://git.openstack.org/openstack/cyborg
|
||||
git clone https://opendev.org/openstack/cyborg
|
||||
..
|
||||
|
||||
#. Set up the cyborg config file
|
||||
|
2
tox.ini
2
tox.ini
@ -19,7 +19,7 @@ commands = rm -f .testrepository/times.dbm
|
||||
|
||||
[testenv:common-constraints]
|
||||
basepython = python3
|
||||
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}
|
||||
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} {opts} {packages}
|
||||
|
||||
[testenv:genpolicy]
|
||||
basepython = python3
|
||||
|
Loading…
Reference in New Issue
Block a user