Change param "plugin config" of Neutron Server
Changed param name from "plugin config" to "plugin_config" because cluster param's key name can not be set with blank charactor. Change-Id: I9c5276c7b8301b2df7d8441c7fc61a88aa27936f Closes-Bug: #1508399
This commit is contained in:
parent
1f11a534d6
commit
62947c1ec1
@ -101,7 +101,7 @@ Location of the OpenStack Neutron Server (neutron-server) configuration file
|
|||||||
<content type="string" default="${OCF_RESKEY_config_default}" />
|
<content type="string" default="${OCF_RESKEY_config_default}" />
|
||||||
</parameter>
|
</parameter>
|
||||||
|
|
||||||
<parameter name="plugin config" unique="0" required="0">
|
<parameter name="plugin_config" unique="0" required="0">
|
||||||
<longdesc lang="en">
|
<longdesc lang="en">
|
||||||
Location of the OpenStack Default Plugin (Open-vSwitch) configuration file
|
Location of the OpenStack Default Plugin (Open-vSwitch) configuration file
|
||||||
</longdesc>
|
</longdesc>
|
||||||
|
Loading…
Reference in New Issue
Block a user