Update overcloud examples for ExtraConfig
authorDan Prince <dprince@redhat.com>
Fri, 5 Sep 2014 20:30:00 +0000 (16:30 -0400)
committerDan Prince <dprince@redhat.com>
Fri, 5 Sep 2014 20:30:00 +0000 (16:30 -0400)
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

nova-compute-instance.yaml
overcloud-source.yaml

index f8b5ebe..d89155c 100644 (file)
@@ -27,8 +27,8 @@ parameters:
           {"config":
             [{"section": "default",
               "values":
-                [{"option": "compute_manager",
-                  "value": "ironic.nova.compute.manager.ClusterComputeManager"
+                [{"option": "force_config_drive",
+                  "value": "always"
                  }
                 ]
              },
index 0ed117b..d4f157a 100644 (file)
@@ -51,8 +51,8 @@ parameters:
           {"config":
             [{"section": "default",
               "values":
-                [{"option": "compute_manager",
-                  "value": "ironic.nova.compute.manager.ClusterComputeManager"
+                [{"option": "force_config_drive",
+                  "value": "always"
                  }
                 ]
              },