From 606df2029ab4d3d03ba43fe6d3884346cb59ef16 Mon Sep 17 00:00:00 2001 From: Yuval Brik Date: Thu, 15 Sep 2016 11:21:35 +0300 Subject: [PATCH] Add Smaug alias for Karbor modules Smaug was renamed Karbor in I1488b975ce6bb24760644f302c8a5188132030bb Add Smaug alias for Karbor modules: karbor, python-karborclient, and karbor-dashboard. Change-Id: Idc00e0d9472f4dc33331c79680c141933edf871a --- etc/default_data.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/etc/default_data.json b/etc/default_data.json index 1f73da17f..d85ef96c4 100644 --- a/etc/default_data.json +++ b/etc/default_data.json @@ -23508,6 +23508,30 @@ "module": "osops-tools-monitoring", "organization": "openstack", "uri": "https://github.com/openstack/osops-tools-monitoring.git" + }, + { + "module": "karbor", + "aliases": [ + "smaug" + ], + "uri": "git://git.openstack.org/openstack/karbor.git", + "organization": "openstack" + }, + { + "module": "python-karborclient", + "aliases": [ + "python-smaugclient" + ], + "uri": "git://git.openstack.org/openstack/python-karborclient.git", + "organization": "openstack" + }, + { + "module": "karbor-dashboard", + "aliases": [ + "smaug-dashboard" + ], + "uri": "git://git.openstack.org/openstack/karbor-dashboard.git", + "organization": "openstack" } ], "project_sources": [