<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <p>I worked through how to do a complete clone of the templates to
      do a deploy and change a couple values here:</p>
    <p><a class="moz-txt-link-freetext" href="http://adam.younglogic.com/2016/06/custom-overcloud-deploys/">http://adam.younglogic.com/2016/06/custom-overcloud-deploys/</a></p>
    <p>However, all I want to do is to set two config options in
      Keystone.  Is there a simple way to just modify the two values
      below?  Ideally, just making a single env file and passing it via
      openstack overcloud deploy -e somehow.<br>
    </p>
    <p><br>
    </p>
    <p><code class="string">'identity/domain_specific_drivers_enabled'</code><code
        class="plain">: value => </code><code class="string">'True'</code><code
        class="plain">; <br>
      </code></p>
    <p><code class="string">'identity/</code><code>domain_configurations_from_database</code><code
        class="string">'</code><code class="plain">: value => </code><code
        class="string">'True'</code><code class="plain">; <br>
      </code></p>
    <p><code class="plain"><br>
      </code></p>
  </body>
</html>