Add distributed cloud repos to StarlingX

Remove stx-kingbird and replace with stx-distcloud.

Note: This may require use --force-sync option during repo sync.
e.g.
repo sync --force-sync cgcs-root/stx/git/distributedcloud \
          --force-sync cgcs-root/stx/git/distributedcloud-client

Change-Id: I8d648f5946a245355273dc21d09e9ff2815b087f
Story: 2002834
Task: 22753
Signed-off-by: Scott Little <scott.little@windriver.com>
This commit is contained in:
Scott Little 2018-08-07 13:32:59 -04:00
parent 3c627dea29
commit 4eb7daf739
1 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@
<project remote="stx-staging" name="stx-glance.git" path="cgcs-root/stx/git/glance"/>
<project remote="stx-staging" name="stx-ironic.git" path="cgcs-root/stx/git/ironic"/>
<project remote="stx-staging" name="stx-libvirt.git" path="cgcs-root/stx/git/libvirt"/>
<project remote="stx-staging" name="stx-kingbird.git" path="cgcs-root/stx/git/distributedcloud"/>
<project remote="stx-staging" name="stx-distcloud.git" path="cgcs-root/stx/git/distributedcloud"/>
<project remote="stx-staging" name="stx-magnum-ui.git" path="cgcs-root/stx/git/magnum-ui"/>
<project remote="stx-staging" name="stx-murano.git" path="cgcs-root/stx/git/murano"/>
<project remote="stx-staging" name="stx-murano-dashboard.git" path="cgcs-root/stx/git/murano-dashboard"/>
@ -55,7 +55,7 @@
<project remote="stx-staging" name="stx-python-ceilometerclient.git" path="cgcs-root/stx/git/python-ceilometerclient"/>
<project remote="stx-staging" name="stx-python-cinderclient.git" path="cgcs-root/stx/git/python-cinderclient"/>
<project remote="stx-staging" name="stx-python-glanceclient.git" path="cgcs-root/stx/git/python-glanceclient"/>
<project remote="stx-staging" name="stx-python-kingbirdclient.git" path="cgcs-root/stx/git/distributedcloud-client"/>
<project remote="stx-staging" name="stx-distcloud-client.git" path="cgcs-root/stx/git/distributedcloud-client"/>
<project remote="stx-staging" name="stx-python-magnumclient.git" path="cgcs-root/stx/git/python-magnumclient"/>
<project remote="stx-staging" name="stx-python-muranoclient.git" path="cgcs-root/stx/git/python-muranoclient"/>
<project remote="stx-staging" name="stx-python-neutronclient.git" path="cgcs-root/stx/git/python-neutronclient"/>