diff options
author | Nicholas Randon <nicholas.randon@hp.com> | 2014-07-30 10:11:12 +0100 |
---|---|---|
committer | Nicholas Randon <nicholas.randon@hp.com> | 2014-07-31 12:40:03 +0100 |
commit | 196d3b677d13b0bbaf9213bbd83a881a7dfe7120 (patch) | |
tree | 4dd4894516e94d3b430ae9bf94bccea7f6fe130f | |
parent | dc3733049cc0214645d92596f359c9b348567301 (diff) |
Rename NovaCompute0Config to NovaCompute0Deploy
Rename NovaCompute0Config to NovaCompute0Deploy as this makes
the structured deployment name match the one in
nova-compute-instance.yaml.
Change-Id: I79f66c09006aa7f7118af1f48e1f6f10b87daec6
-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 8e20f256..7d5b53ac 100644 --- a/overcloud-source.yaml +++ b/overcloud-source.yaml @@ -307,7 +307,7 @@ Resources: length: 20 salt: Ref: RabbitCookieSalt - NovaCompute0Config: + NovaCompute0Deploy: Type: FileInclude Path: nova-compute-instance.yaml SubKey: Resources.NovaCompute0Deploy |