On Mon, Apr 11, 2022 at 6:10 PM CHANU ROMAIN <romain.chanu@univ-lyon1.fr> wrote:
>
> Hello,
>
> I tried to install manila on Ubuntu servers and I'm stuck during the
> first steps. I followed this documentation:
>
> https://docs.openstack.org/manila/ussuri/install/install-controller-ubuntu.html
>
> When I tried to verify the operation I always get the same message:
>
> # manila service-list
> ERROR: Not Found (HTTP 404)
>
> In manila-api.log
> 2022-04-11 12:12:56.533 125 INFO eventlet.wsgi.server [req-c03111de-
> 46bb-40e1-9440-2f62a94a61f0
> ee3ae5e43b4c6246c4d95264b2978bf05dce57920b6b852d62b450ad6e7fb392
> 59bc7ad25c364c809a97c1a55caec161 - - -] IP_CLIENT,IP_LB "GET
> /v2/services HTTP/1.1" status: 404  len: 228 time: 0.1233838
>
> If I use -d
>
> #manila -d service-list
> DEBUG (connectionpool:208) Starting new HTTP connection (1): FQDN
> DEBUG (connectionpool:396) http://FQDN:8786 "GET /v2/services HTTP/1.1"
> 404 112
> RESP: [404] {'Content-Length': '112', 'Content-Type':
> 'application/json', 'Date': 'Mon, 11 Apr 2022 12:14:51 GMT'}
> RESP BODY: {"message": "The resource could not be found.<br /><br
> />\n\n\n", "code": "404 Not Found", "title": "Not Found"}

Hi Romain, 

What version of python-manilaclient was used? Was the "os-share-api-microversion" overridden? Can you please share the full logs from the api service as well as the debug log from the client? You can obfuscate the IPs and any other sensitive information 

Reporting an issue on https://bugs.launchpad.net/manila might be better than debugging this via the mailing list. You can upload your log files there and post links from a pastebin service such as http://paste.openstack.org/ 

>
>
> Services are running, database is populated, rabbitmq has some
> exchanges... I currently run out of ideas... Did someone already face
> this issue?
>
> Best regards,
> Romain