os_password is no longer a mandatory option
neutron-ha-tool.py is now being maintained in the
neutron-ha-tool-maintenance branch of this fork:
https://github.com/SUSE-Cloud/cookbook-openstack-network/
One of the new changes in that branch is the option to obtain
os_password from /etc/neutron/os_password instead of from the Pacemaker
CIB. This is more secure and also avoids quoting issues with crmsh when
the password has unusual characters:
29e9759937
When we are using that approach, os_password is not set on the
primitive, so we change this parameter to no longer be required,
in order to avoid warnings from crm_verify etc.
Change-Id: I6cd675fc744c7cfb444bf524c6d6d6444f8e4368
Signed-off-by: Adam Spiers <aspiers@suse.com>
This commit is contained in:
parent
8bf05cdc53
commit
32348b3a11
@ -123,7 +123,7 @@ The region name to use for authentication against keystone.
|
|||||||
<content type="string" default="${OCF_RESKEY_os_region_name_default}" />
|
<content type="string" default="${OCF_RESKEY_os_region_name_default}" />
|
||||||
</parameter>
|
</parameter>
|
||||||
|
|
||||||
<parameter name="os_password" unique="0" required="1">
|
<parameter name="os_password" unique="0" required="0">
|
||||||
<longdesc lang="en">
|
<longdesc lang="en">
|
||||||
The password to use for authentication against keystone.
|
The password to use for authentication against keystone.
|
||||||
</longdesc>
|
</longdesc>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user