Browse code

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

Chris Yeoh authored on 2013/05/31 21:07:25
Showing 1 changed files
... ...
@@ -436,6 +436,7 @@ function create_nova_conf() {
436 436
     iniset $NOVA_CONF DEFAULT libvirt_type "$LIBVIRT_TYPE"
437 437
     iniset $NOVA_CONF DEFAULT libvirt_cpu_mode "none"
438 438
     iniset $NOVA_CONF DEFAULT instance_name_template "${INSTANCE_NAME_PREFIX}%08x"
439
+    iniset $NOVA_CONF DEFAULT osapi_v3_enabled "True"
439 440
 
440 441
     if is_service_enabled n-api; then
441 442
         iniset $NOVA_CONF DEFAULT enabled_apis "$NOVA_ENABLED_APIS"