<div dir="ltr"><div>Solved, sort of.  I finally figured out the right Google search to lead me to <a href="https://docs.openstack.org/glance/yoga/configuration/configuring.html">https://docs.openstack.org/glance/yoga/configuration/configuring.html</a>,  According to this document, <br></div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div><h2>Configuring Glance Storage Backends<a class="gmail-headerlink" href="https://docs.openstack.org/glance/yoga/configuration/configuring.html#configuring-glance-storage-backends" title="Permalink to this headline">¶</a></h2>
<p>There are a number of configuration options in Glance that control how Glance
stores disk images. These configuration options are specified in the
<code class="gmail-docutils gmail-literal gmail-notranslate"><span class="gmail-pre">glance-api.conf</span></code> configuration file in the section <code class="gmail-docutils gmail-literal gmail-notranslate"><span class="gmail-pre">[glance_store]</span></code>.</p>
<dl><dt><code class="gmail-docutils gmail-literal gmail-notranslate"><span class="gmail-pre">default_store=STORE</span></code></dt><dd><p>Optional. Default: <code class="gmail-docutils gmail-literal gmail-notranslate"><span class="gmail-pre">file</span></code></p>
<p>Can only be specified in configuration files.</p>
<p>Sets the storage backend to use by default when storing images in Glance.
Available options for this option are (<code class="gmail-docutils gmail-literal gmail-notranslate"><span class="gmail-pre">file</span></code>, <code class="gmail-docutils gmail-literal gmail-notranslate"><span class="gmail-pre">swift</span></code>, <code class="gmail-docutils gmail-literal gmail-notranslate"><span class="gmail-pre">rbd</span></code>,
<code class="gmail-docutils gmail-literal gmail-notranslate"><span class="gmail-pre">cinder</span></code> or <code class="gmail-docutils gmail-literal gmail-notranslate"><span class="gmail-pre">vsphere</span></code>). In order to select a default store it must also
be listed in the <code class="gmail-docutils gmail-literal gmail-notranslate"><span class="gmail-pre">stores</span></code> list described below.</p>
</dd><dt><code class="gmail-docutils gmail-literal gmail-notranslate"><span class="gmail-pre">stores=STORES</span></code></dt><dd><p>Optional. Default: <code class="gmail-docutils gmail-literal gmail-notranslate"><span class="gmail-pre">file,</span> <span class="gmail-pre">http</span></code></p>
<p>A comma separated list of enabled glance stores. Some available options for
this option are (<code class="gmail-docutils gmail-literal gmail-notranslate"><span class="gmail-pre">filesystem</span></code>, <code class="gmail-docutils gmail-literal gmail-notranslate"><span class="gmail-pre">http</span></code>, <code class="gmail-docutils gmail-literal gmail-notranslate"><span class="gmail-pre">rbd</span></code>, <code class="gmail-docutils gmail-literal gmail-notranslate"><span class="gmail-pre">swift</span></code>, <code class="gmail-docutils gmail-literal gmail-notranslate"><span class="gmail-pre">cinder</span></code>,
<code class="gmail-docutils gmail-literal gmail-notranslate"><span class="gmail-pre">vmware</span></code>)</p>
</dd></dl></div></blockquote><div><br></div><div>I looked at the glance-api.conf in my containers and found neither of these lines present.  When I added them</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div>[glance_store]<br>default_backend = file<br><b>default_store = file<br>stores = file<br></b></div><div><br></div></blockquote><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div>the image creation worked.</div><div><br></div><div>Now my question will be how to get openstack-ansible to generate these lines.</div><div><br></div><div>-Dave<br></div><div><br></div><div>--</div><div>Dave Hall<br>Binghamton University<br><a href="mailto:kdhall@binghamton.edu" target="_blank">kdhall@binghamton.edu</a><br>607-760-2328 (Cell)<br>607-777-4641 (Office)<br></div></div></div></div><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Aug 1, 2022 at 6:12 AM Dave Hall <<a href="mailto:kdhall@binghamton.edu">kdhall@binghamton.edu</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hello,<div><br></div><div>Release - yoga.  Host OS - Debian 11</div><div><br></div><div>I'm looking for an example of how to get NFS working as storage for glance and cinder - both the openstack_user_config.yml stanzas and the NFS server setup (/etc/exports, etc.).</div><div><br></div><div>So far I've adapted the stanzas from the openstack_user_config.yml examples.  The shares are mounted and writable (by root) from the glance/cinder containers, but glance keeps on throwing 410 errors.  <br><div><br></div><div>Thanks.</div><div><br></div><div>-Dave</div><br clear="all"><div><div dir="ltr"><div dir="ltr"><div>--</div><div>Dave Hall<br>Binghamton University<br><a href="mailto:kdhall@binghamton.edu" target="_blank">kdhall@binghamton.edu</a><br><br></div></div></div></div></div></div>
</blockquote></div>