Disable glance-registry

As described in [1], [2], glance-registry was deprecated from Queens and will be
removed in S, so we should disable glance registry in Queens but keep the image
and deploy logic if user need this (but it's low chance due to glance-registry
almost do nothing currently).

This patch only disable glance registry microservice.

[1]: http://specs.openstack.org/openstack/glance-specs/specs/newton/approved/glance/deprecate-registry.html
[2]: https://blueprints.launchpad.net/glance/+spec/deprecate-registry

Change-Id: I6667325711d1c54cf5233ad6973d89ea396a46b5
Closes-bug: #1769837
This commit is contained in:
Duong Ha-Quang 2018-05-08 14:39:43 +07:00
parent fd0c73006f
commit a155e796af
2 changed files with 5 additions and 1 deletions

View File

@ -16,7 +16,7 @@ glance_services:
glance-registry:
container_name: glance_registry
group: glance-registry
enabled: true
enabled: false
image: "{{ glance_registry_image_full }}"
volumes:
- "{{ node_config_directory }}/glance-registry/:{{ container_config_directory }}/:ro"

View File

@ -0,0 +1,4 @@
---
deprecations:
- |
Disable glance registry as it is deprecated.