Reflect networking-dpm conf change in local.conf

Networking-dpm changed a config option from using cpc_name to
cpc_object_id. This patch reflects this in the devstack local.conf.

Change-Id: Id574493104ae4cd9c9a954f93297434be401d3ac
This commit is contained in:
Andreas Scheuring 2017-02-02 16:41:55 +01:00
parent 5fa46366d9
commit 50ef744984
1 changed files with 2 additions and 2 deletions

View File

@ -42,5 +42,5 @@ host = foo
hmc_password = <password>
hmc_username = <user>
hmc = <ip>
cpc_name = <cpc-name>
physical_adapter_mappings = "public:<adapter-id>:<port-element-id>"
cpc_object_id = <cpc-object-id>
physical_adapter_mappings = "public:<adapter-id>:<port-element-id>"