diff options
author | Robert Collins <rbtcollins@hp.com> | 2014-02-21 14:25:51 +1300 |
---|---|---|
committer | Robert Collins <rbtcollins@hp.com> | 2014-02-21 15:47:41 +1300 |
commit | edf87127836805197d2d67c6c2addcdab60c1b7a (patch) | |
tree | b145101040d9bd654d15b67c4d785bf4ee6eada8 | |
parent | 93eaca0e24c58c86882a91eec40aec0cdb417a01 (diff) |
Fix the hosts setting - nova uses novalocal.
Not '.local'. Doh.
Change-Id: I61ac6e5d6dfefcfe8c78618f6fc5d4c2c61831f0
-rw-r--r-- | overcloud-source.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/overcloud-source.yaml b/overcloud-source.yaml index 0fc850ea..6d21a4dc 100644 --- a/overcloud-source.yaml +++ b/overcloud-source.yaml @@ -220,7 +220,7 @@ Resources: - Fn::GetAtt: - NovaCompute0 - show - - 'local' + - 'novalocal' - Fn::Join: - ' ' - - Fn::Select: |