From: Dan Prince Date: Fri, 5 Sep 2014 20:30:00 +0000 (-0400) Subject: Update overcloud examples for ExtraConfig X-Git-Tag: opnfv-6.0.0~2749^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;ds=sidebyside;h=b15bdfc8cc42f44089e0214cbfe12227f85a337a;p=apex-tripleo-heat-templates.git 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 --- diff --git a/nova-compute-instance.yaml b/nova-compute-instance.yaml index f8b5ebee..d89155ce 100644 --- a/nova-compute-instance.yaml +++ b/nova-compute-instance.yaml @@ -27,8 +27,8 @@ parameters: {"config": [{"section": "default", "values": - [{"option": "compute_manager", - "value": "ironic.nova.compute.manager.ClusterComputeManager" + [{"option": "force_config_drive", + "value": "always" } ] }, 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" } ] },