<div dir="ltr"><div dir="ltr"><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Jul 8, 2021 at 5:36 AM Ignazio Cassano <<a href="mailto:ignaziocassano@gmail.com">ignaziocassano@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>Hello, <br></div><div>probably we discovered a new bug in kolla wallaby manila generic driver.</div><div>Starting by victoria release, the manila share conf requires the section [glance] otherwise it cannot create the service instance.</div><div>We modified the manila conf inserting the section [glance] like the following:</div><div>[glance]<br>auth_uri = <a href="http://10.102.119.194:5000" target="_blank">http://10.102.119.194:5000</a><br>auth_url = <a href="http://10.102.119.194:35357" target="_blank">http://10.102.119.194:35357</a><br>auth_type = password<br>project_domain_id = default<br>user_domain_id = default<br>region_name = RegionOne<br>endpoint_type = internalURL<br>project_name = service<br>username = glance<br>password = password<br>cafile =<br>memcache_security_strategy = ENCRYPT<br>memcache_secret_key = password<br>memcached_servers = <a href="http://10.102.119.195:11211" target="_blank">10.102.119.195:11211</a>,<a href="http://10.102.119.196:11211" target="_blank">10.102.119.196:11211</a>,<a href="http://10.102.119.197:11211" target="_blank">10.102.119.197:11211</a></div><div><br></div><div><br></div><div>And now it can create the service instance.</div><div><br></div><div>Could anyone verify it, please ?</div></div></blockquote><div><br></div><div>yes, this looks like a bug in kolla-ansible; the template used needs a [glance] section: <a href="https://opendev.org/openstack/kolla-ansible/src/commit/2ecf0a8783a71777ab1082329bb3ae778f41e949/ansible/roles/manila/templates/manila-share.conf.j2#L25-L36">https://opendev.org/openstack/kolla-ansible/src/commit/2ecf0a8783a71777ab1082329bb3ae778f41e949/ansible/roles/manila/templates/manila-share.conf.j2#L25-L36</a></div><div><br></div><div>It was called out in this bug report: <a href="https://bugs.launchpad.net/kolla-ansible/+bug/1921935">https://bugs.launchpad.net/kolla-ansible/+bug/1921935</a> </div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div><br></div><div>Ignazio <br></div><div><br></div><div><br></div><div><br></div></div>
</blockquote></div></div>