aboutsummaryrefslogtreecommitdiffstats
path: root/overcloud-source.yaml
diff options
context:
space:
mode:
authorDan Prince <dprince@redhat.com>2014-09-05 16:30:00 -0400
committerDan Prince <dprince@redhat.com>2014-09-05 16:30:00 -0400
commitb15bdfc8cc42f44089e0214cbfe12227f85a337a (patch)
tree7bf7ed1647bd91a9673f916d2fc586b533208d6e /overcloud-source.yaml
parenta916a8b2f8bf601ad3854d9ec8b2f2bb373104eb (diff)
Update overcloud examples for ExtraConfig
The existing examples for the overcloud ExtraConfig options use an ironic setting that would likely never apply (Ironic isn't for the overcloud). This patch modifies the default section setting to use the Nova force_config_drive option instead as a config example. Change-Id: Ieb893552fe9466b90b9d9a831a676d114efb6db1
Diffstat (limited to 'overcloud-source.yaml')
-rw-r--r--overcloud-source.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/overcloud-source.yaml b/overcloud-source.yaml
index 0ed117b2..d4f157a8 100644
--- a/overcloud-source.yaml
+++ b/overcloud-source.yaml
@@ -51,8 +51,8 @@ parameters:
{"config":
[{"section": "default",
"values":
- [{"option": "compute_manager",
- "value": "ironic.nova.compute.manager.ClusterComputeManager"
+ [{"option": "force_config_drive",
+ "value": "always"
}
]
},