Enable Nova v3 API
The Nova v3 API will be disabled by default after 31164 goes through. This change explicitly enables the v3 API in the nova config file Change-Id: I8b4c64b4718fc96d7a928c6fa3a0e8716c7edba1
This commit is contained in:
parent
c29c392d26
commit
951a48df3c
1
lib/nova
1
lib/nova
@ -436,6 +436,7 @@ function create_nova_conf() {
|
||||
iniset $NOVA_CONF DEFAULT libvirt_type "$LIBVIRT_TYPE"
|
||||
iniset $NOVA_CONF DEFAULT libvirt_cpu_mode "none"
|
||||
iniset $NOVA_CONF DEFAULT instance_name_template "${INSTANCE_NAME_PREFIX}%08x"
|
||||
iniset $NOVA_CONF DEFAULT osapi_v3_enabled "True"
|
||||
|
||||
if is_service_enabled n-api; then
|
||||
iniset $NOVA_CONF DEFAULT enabled_apis "$NOVA_ENABLED_APIS"
|
||||
|
Loading…
Reference in New Issue
Block a user