Hello,
probably we discovered a new bug in kolla wallaby manila generic driver.
Starting by victoria release, the manila share conf requires the section [glance] otherwise it cannot create the service instance.
We modified the manila conf inserting the section [glance] like the following:
[glance]
auth_uri = http://10.102.119.194:5000
auth_url = http://10.102.119.194:35357
auth_type = password
project_domain_id = default
user_domain_id = default
region_name = RegionOne
endpoint_type = internalURL
project_name = service
username = glance
password = password
cafile =
memcache_security_strategy = ENCRYPT
memcache_secret_key = password
memcached_servers = 10.102.119.195:11211,10.102.119.196:11211,10.102.119.197:11211


And now it can create the service instance.

Could anyone verify it, please ?

Ignazio