diff options
author | Dan Prince <dprince@redhat.com> | 2014-02-08 16:55:20 -0500 |
---|---|---|
committer | Dan Prince <dprince@redhat.com> | 2014-02-08 16:55:20 -0500 |
commit | 6057a369b881e29089321430579588b2aac5005e (patch) | |
tree | 11dc3613d266eb35f74a608fa120380ebf36b387 | |
parent | 930163894204ab0b64e8830a4e91645c8e3acc9e (diff) |
Drop PowerUserName from overcloud-source.yaml
This parameter is only used for underclouds... no need
for it here.
Change-Id: I8cfda18ef4c9d7aa20fca7f1ba596541c3aad1ac
-rw-r--r-- | overcloud-source.yaml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/overcloud-source.yaml b/overcloud-source.yaml index a102e174..bdbf7219 100644 --- a/overcloud-source.yaml +++ b/overcloud-source.yaml @@ -77,10 +77,6 @@ Parameters: Description: The password for the nova service account, used by nova-api. Type: String NoEcho: true - PowerUserName: - Default: stack - Description: What username to ssh to the virtual power host with. - Type: String NeutronFlatNetworks: Type: String Default: '' |