Merge "Remove nova-cert environment information"

This commit is contained in:
Jenkins 2016-10-19 07:16:12 +00:00 committed by Gerrit Code Review
commit a4d3b4cb90
2 changed files with 0 additions and 13 deletions

View File

@ -20,9 +20,6 @@ component_skel:
nova_api_os_compute:
belongs_to:
- nova_all
nova_cert:
belongs_to:
- nova_all
nova_compute:
belongs_to:
- nova_all
@ -54,14 +51,6 @@ container_skel:
- nova_api_os_compute
properties:
service_name: nova
nova_cert_container:
belongs_to:
- compute-infra_containers
- os-infra_containers
contains:
- nova_cert
properties:
service_name: nova
nova_compute_container:
belongs_to:
- compute_containers

View File

@ -273,8 +273,6 @@ class TestAnsibleInventoryFormatConstraints(unittest.TestCase):
'nova_api_metadata_container',
'nova_api_os_compute',
'nova_api_os_compute_container',
'nova_cert',
'nova_cert_container',
'nova_compute',
'nova_compute_container',
'nova_conductor',