d1b72aa35e
nova-placement has been removed as of train, since we do not support openstack releases before train, it is no longer needed. This change removes nova-placement from the nova chart and all the overrides, as well as changes the compute-kit scripts to always deploy the placement chart. Change-Id: Ic8649371fe9e954806cbe4bf11c589fb58c7a88d
37 lines
1.0 KiB
YAML
37 lines
1.0 KiB
YAML
---
|
|
pod:
|
|
mandatory_access_control:
|
|
type: apparmor
|
|
nova-compute-default:
|
|
nova-compute: runtime/default
|
|
init: runtime/default
|
|
nova-compute-init: runtime/default
|
|
nova-compute-vnc-init: runtime/default
|
|
nova-api-metadata:
|
|
nova-api-metadata-init: runtime/default
|
|
nova-api: runtime/default
|
|
init: runtime/default
|
|
nova-api-osapi:
|
|
nova-osapi: runtime/default
|
|
init: runtime/default
|
|
nova-conductor:
|
|
nova-conductor: runtime/default
|
|
init: runtime/default
|
|
nova-novncproxy:
|
|
nova-novncproxy: runtime/default
|
|
nova-novncproxy-init-assets: runtime/default
|
|
nova-novncproxy-init: runtime/default
|
|
init: runtime/default
|
|
nova-scheduler:
|
|
nova-scheduler: runtime/default
|
|
init: runtime/default
|
|
nova-cell-setup:
|
|
nova-cell-setup: runtime/default
|
|
nova-cell-setup-init: runtime/default
|
|
init: runtime/default
|
|
nova-test:
|
|
init: runtime/default
|
|
nova-test: runtime/default
|
|
nova-test-ks-user: runtime/default
|
|
...
|