Update leftover x namespace to openstack

Tap-as-a-service moved from x/ namespace to under openstack/ but in
documentation and some other places still x/ is references. This patch
updates those to openstack/.

Change-Id: I769332fbc37e967e2cafe7117f3f1a176f0d1c2d
This commit is contained in:
Elod Illes 2021-10-07 14:30:38 +02:00
parent 5088e8ead8
commit f24e635d39
3 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
[gerrit]
host=review.opendev.org
port=29418
project=x/tap-as-a-service.git
project=openstack/tap-as-a-service.git

View File

@ -17,8 +17,8 @@ as an essential infrastructure component that can be utilized for supplying data
variety of network analytics and security applications (e.g. IDS).
* Free software: Apache license
* API Reference: https://opendev.org/x/tap-as-a-service/src/branch/master/API_REFERENCE.rst
* Source: https://opendev.org/x/tap-as-a-service/
* API Reference: https://opendev.org/openstack/tap-as-a-service/src/branch/master/API_REFERENCE.rst
* Source: https://opendev.org/openstack/tap-as-a-service/
* Bugs: https://bugs.launchpad.net/tap-as-a-service
For installing Tap-as-a-Service with Devstack please read the INSTALL.rst file

View File

@ -26,7 +26,7 @@ extensions = [
]
# openstackdocstheme options
repository_name = 'x/tap-as-a-service'
repository_name = 'openstack/tap-as-a-service'
bug_project = 'tap-as-a-service'
bug_tag = ''
html_theme = 'openstackdocs'