neutron-ha-tool: fix 'defaut' typo

Self-explanatory.  This was rescued from the unmerged pull request on
the old repository:

  https://github.com/madkiss/openstack-resource-agents/pull/21

(cherry picked from commit a4ba41bd23f5386afb4c3c6608f0a31211b5c179)

Change-Id: Id487efdbf1ec93242c30d4ec157fd482abbfc8b5
This commit is contained in:
Adam Spiers 2015-05-11 16:03:44 +01:00
parent a0b55d3329
commit d9eeb2f133
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@
OCF_RESKEY_binary_default="neutron-ha-tool" OCF_RESKEY_binary_default="neutron-ha-tool"
OCF_RESKEY_os_auth_url_default="http://localhost:5000/v2" OCF_RESKEY_os_auth_url_default="http://localhost:5000/v2"
OCF_RESKEY_os_username_default="admin" OCF_RESKEY_os_username_default="admin"
OCF_RESKEY_os_password_defaut="" OCF_RESKEY_os_password_default=""
OCF_RESKEY_os_tenant_name_default="admin" OCF_RESKEY_os_tenant_name_default="admin"
OCF_RESKEY_os_insecure_default="0" OCF_RESKEY_os_insecure_default="0"
OCF_RESKEY_os_cacert_default="" OCF_RESKEY_os_cacert_default=""