f3de6d808a
Nova consoleauth was removes several releases ago and most of our overrides were specifically needing to disable it in order to deploy. Since it is no longer in nova, this change removes the nova consoleauth support from the nova chart. Change-Id: I0a27265330156a11f6049e9beaaa14a38d8a4a93
40 lines
1.1 KiB
YAML
40 lines
1.1 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-placement:
|
|
nova-placement-api: runtime/default
|
|
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
|
|
...
|