Merge "Remove deprecated config options"
This commit is contained in:
commit
21c81ee3a3
@ -14,7 +14,7 @@ apiVersion: v1
|
|||||||
appVersion: v1.0.0
|
appVersion: v1.0.0
|
||||||
description: OpenStack-Helm Nova
|
description: OpenStack-Helm Nova
|
||||||
name: nova
|
name: nova
|
||||||
version: 0.3.1
|
version: 0.3.2
|
||||||
home: https://docs.openstack.org/nova/latest/
|
home: https://docs.openstack.org/nova/latest/
|
||||||
icon: https://www.openstack.org/themes/openstack/images/project-mascots/Nova/OpenStack_Project_Nova_vertical.png
|
icon: https://www.openstack.org/themes/openstack/images/project-mascots/Nova/OpenStack_Project_Nova_vertical.png
|
||||||
sources:
|
sources:
|
||||||
|
@ -1356,14 +1356,10 @@ conf:
|
|||||||
osapi_compute_listen_port: null
|
osapi_compute_listen_port: null
|
||||||
osapi_compute_workers: 1
|
osapi_compute_workers: 1
|
||||||
metadata_workers: 1
|
metadata_workers: 1
|
||||||
use_neutron: true
|
|
||||||
firewall_driver: nova.virt.firewall.NoopFirewallDriver
|
|
||||||
linuxnet_interface_driver: openvswitch
|
|
||||||
compute_driver: libvirt.LibvirtDriver
|
compute_driver: libvirt.LibvirtDriver
|
||||||
my_ip: 0.0.0.0
|
my_ip: 0.0.0.0
|
||||||
instance_usage_audit: True
|
instance_usage_audit: True
|
||||||
instance_usage_audit_period: hour
|
instance_usage_audit_period: hour
|
||||||
notify_on_state_change: vm_and_task_state
|
|
||||||
resume_guests_state_on_host_boot: True
|
resume_guests_state_on_host_boot: True
|
||||||
vnc:
|
vnc:
|
||||||
novncproxy_host: 0.0.0.0
|
novncproxy_host: 0.0.0.0
|
||||||
@ -1403,6 +1399,8 @@ conf:
|
|||||||
auth_type: password
|
auth_type: password
|
||||||
auth_version: v3
|
auth_version: v3
|
||||||
memcache_security_strategy: ENCRYPT
|
memcache_security_strategy: ENCRYPT
|
||||||
|
notifications:
|
||||||
|
notify_on_state_change: vm_and_task_state
|
||||||
service_user:
|
service_user:
|
||||||
auth_type: password
|
auth_type: password
|
||||||
send_service_user_token: false
|
send_service_user_token: false
|
||||||
|
@ -70,4 +70,5 @@ nova:
|
|||||||
- 0.2.47 Remove list agents rally test
|
- 0.2.47 Remove list agents rally test
|
||||||
- 0.3.0 Remove support for Train and Ussuri
|
- 0.3.0 Remove support for Train and Ussuri
|
||||||
- 0.3.1 Added backoffLimit for bootstrap job
|
- 0.3.1 Added backoffLimit for bootstrap job
|
||||||
|
- 0.3.2 Remove un-used configs for Nova
|
||||||
...
|
...
|
||||||
|
Loading…
Reference in New Issue
Block a user