Remove deprecate Glance Registry service

The Glance Registry service has been deprecated upstream and needs to be removed
from the run list here for testing.

Needed-By: https://review.opendev.org/690401
Depends-On: https://review.opendev.org/691732
Change-Id: Ib9ef88684bab8ab5f8919646a88f1b2bee1beadf
Signed-off-by: Lance Albertson <lance@osuosl.org>
This commit is contained in:
Lance Albertson
2019-10-22 13:41:57 -07:00
parent a766dddc2c
commit ecfce0207d
4 changed files with 0 additions and 12 deletions

View File

@@ -57,9 +57,6 @@
"image_api": {
"host": "192.168.101.60"
},
"image_registry": {
"host": "192.168.101.60"
},
"block-storage": {
"host": "192.168.101.60"
},
@@ -95,9 +92,6 @@
"image_api": {
"host": "192.168.101.60"
},
"image_registry": {
"host": "192.168.101.60"
},
"block-storage": {
"host": "192.168.101.60"
},
@@ -148,9 +142,6 @@
"image_api": {
"host": "0.0.0.0"
},
"image_registry": {
"host": "0.0.0.0"
},
"block-storage": {
"host": "0.0.0.0"
},

View File

@@ -14,7 +14,6 @@
"recipe[openstack-identity::registration]",
"recipe[openstack-identity::openrc]",
"recipe[openstack-image::api]",
"recipe[openstack-image::registry]",
"recipe[openstack-image::identity_registration]",
"recipe[openstack-network::identity_registration]",
"recipe[openstack-network::ml2_core_plugin]",

View File

@@ -13,7 +13,6 @@
"recipe[openstack-identity::registration]",
"recipe[openstack-identity::openrc]",
"recipe[openstack-image::api]",
"recipe[openstack-image::registry]",
"recipe[openstack-image::identity_registration]",
"recipe[openstack-network::identity_registration]",
"recipe[openstack-network::ml2_core_plugin]",

View File

@@ -14,7 +14,6 @@
"recipe[openstack-identity::registration]",
"recipe[openstack-identity::openrc]",
"recipe[openstack-image::api]",
"recipe[openstack-image::registry]",
"recipe[openstack-image::identity_registration]",
"recipe[openstack-network]",
"recipe[openstack-network::openvswitch]",