Generalizing the parameters in sample conf

Updated static values with generalized attribute
description

Change-Id: I80dee17c033f2bbdbf0274c9df850a240ffef065
This commit is contained in:
preethipy 2017-02-03 16:43:38 +05:30
parent 2e2be283b9
commit 9d6f6f24d4
1 changed files with 4 additions and 4 deletions

View File

@ -24,9 +24,9 @@ enable_plugin nova-dpm http://git.openstack.org/openstack/nova-dpm
[DEFAULT]
host = foo
[dpm]
max_instances = 10
max_memory = 5000
max_processors = 2
max_instances = <max-allowed-instances-count>
max_memory = <max-available-memory>
max_processors = <max-avaialable-processor>
cpc_object_id = <cpc-object-id>
hmc_password = <password>
hmc_username = <user>
@ -41,4 +41,4 @@ hmc_password = <password>
hmc_username = <user>
hmc = <ip>
cpc_object_id = <cpc-object-id>
physical_adapter_mappings = "public:<adapter-id>:<port-element-id>"
physical_adapter_mappings = "public:<adapter-id>:<port-element-id>"