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:
@@ -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"
|
||||
},
|
||||
|
||||
@@ -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]",
|
||||
|
||||
@@ -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]",
|
||||
|
||||
@@ -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]",
|
||||
|
||||
Reference in New Issue
Block a user