# Devstack settings # These defaults can be overridden in the localrc section of the local.conf file # Add nova-powervm to enabled services enable_service nova-powervm # NovaLink install/upgrade settings INSTALL_NOVALINK=$(trueorfalse False INSTALL_NOVALINK) PVM_ADMIN_GROUP=${PVM_ADMIN_GROUP:-pvm_admin} # Nova settings PVM_DRIVER=powervm_ext.driver.PowerVMDriver INSTANCE_NAME_TEMPLATE=${INSTANCE_NAME_TEMPLATE:-"%(display_name).13s-%(uuid).8s-pvm"} COMPUTE_MONITORS=${COMPUTE_MONITORS:-nova.compute.monitors.all_monitors} FORCE_CONFIG_DRIVE=${FORCE_CONFIG_DRIVE:-True} INJECTED_NETWORK_TEMPLATE=${INJECTED_NETWORK_TEMPLATE:-$DEST/nova/nova/virt/interfaces.template} FLAT_INJECTED=${FLAT_INJECTED:-true} # This is required to be true to support the PowerVM RMC management network USE_IPV6=${USE_IPV6:-True} FIREWALL_DRIVER=${FIREWALL_DRIVER:-"nova.virt.firewall.NoopFirewallDriver"} # PowerVM settings # DISK_DRIVER : 'localdisk' (the default) or 'ssp' DISK_DRIVER=${DISK_DRIVER:-ssp} # VOL_GRP_NAME only required for localdisk driver # VOL_GRP_NAME=${VOL_GRP_NAME:-devstackvg} # CLUSTER_NAME used by SSP driver # CLUSTER_NAME=${CLUSTER_NAME:-devstack_cluster}