Remove nova-cert
nova-cert has been marked for deprecation and removal in Ocata. Change-Id: Ia2e5fdfc995d3bf3790f23a0579ee8757d215851
This commit is contained in:
@@ -10,7 +10,6 @@ This role will install the following:
|
|||||||
* nova-conductor
|
* nova-conductor
|
||||||
* nova-scheduler
|
* nova-scheduler
|
||||||
* nova-console
|
* nova-console
|
||||||
* nova-cert
|
|
||||||
* nova-compute
|
* nova-compute
|
||||||
|
|
||||||
Documentation for the project can be found at:
|
Documentation for the project can be found at:
|
||||||
|
@@ -367,9 +367,6 @@ nova_services:
|
|||||||
nova-api-os-compute:
|
nova-api-os-compute:
|
||||||
group: nova_api_os_compute
|
group: nova_api_os_compute
|
||||||
service_name: nova-api-os-compute
|
service_name: nova-api-os-compute
|
||||||
nova-cert:
|
|
||||||
group: nova_cert
|
|
||||||
service_name: nova-cert
|
|
||||||
nova-compute:
|
nova-compute:
|
||||||
group: nova_compute
|
group: nova_compute
|
||||||
service_name: nova-compute
|
service_name: nova-compute
|
||||||
|
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
upgrade:
|
||||||
|
- The nova-cert service has been deprecated, is marked
|
||||||
|
for removal in the Ocata release, and will no longer
|
||||||
|
be deployed by the os_nova role.
|
@@ -226,7 +226,7 @@ memcache_secret_key = {{ memcached_encryption_key }}
|
|||||||
check_revocations_for_cached = False
|
check_revocations_for_cached = False
|
||||||
|
|
||||||
|
|
||||||
{% if inventory_hostname in (groups['nova_conductor'] + groups['nova_scheduler'] + groups['nova_api_os_compute'] + groups['nova_api_metadata'] + groups['nova_console'] + groups['nova_cert']) %}
|
{% if inventory_hostname in (groups['nova_conductor'] + groups['nova_scheduler'] + groups['nova_api_os_compute'] + groups['nova_api_metadata'] + groups['nova_console']) %}
|
||||||
[database]
|
[database]
|
||||||
connection = mysql+pymysql://{{ nova_galera_user }}:{{ nova_container_mysql_password }}@{{ nova_galera_address }}/{{ nova_galera_database }}?charset=utf8
|
connection = mysql+pymysql://{{ nova_galera_user }}:{{ nova_container_mysql_password }}@{{ nova_galera_address }}/{{ nova_galera_database }}?charset=utf8
|
||||||
max_overflow = {{ nova_db_max_overflow }}
|
max_overflow = {{ nova_db_max_overflow }}
|
||||||
|
@@ -78,9 +78,6 @@ openstack1
|
|||||||
[nova_api_os_compute]
|
[nova_api_os_compute]
|
||||||
openstack1
|
openstack1
|
||||||
|
|
||||||
[nova_cert]
|
|
||||||
openstack1
|
|
||||||
|
|
||||||
[nova_compute]
|
[nova_compute]
|
||||||
localhost
|
localhost
|
||||||
|
|
||||||
@@ -96,7 +93,6 @@ openstack1
|
|||||||
[nova_all:children]
|
[nova_all:children]
|
||||||
nova_api_metadata
|
nova_api_metadata
|
||||||
nova_api_os_compute
|
nova_api_os_compute
|
||||||
nova_cert
|
|
||||||
nova_compute
|
nova_compute
|
||||||
nova_conductor
|
nova_conductor
|
||||||
nova_console
|
nova_console
|
||||||
|
Reference in New Issue
Block a user