<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-text-html" lang="x-unicode">
<div dir="ltr">
<p>Hi All,</p>
<p>Currently, I'm trying to set up manila on an environment
which is running Liberty. Both the API and scheduler can
operate well, but when I run 'manila service-list', I always
get following error:</p>
<p>2016-08-12 17:25:00.470 30562 INFO manila.api.openstack.wsgi
[-] OPTIONS http://::ffff:<a href="http://10.200.0.41:8786/">10.200.0.41:8786/</a><br>
2016-08-12 17:25:00.471 30562 INFO manila.api.openstack.wsgi
[-] http://::ffff:<a href="http://10.200.0.41:8786/">10.200.0.41:8786/</a>
returned with HTTP 300<br>
2016-08-12 17:25:00.472 30562 INFO eventlet.wsgi.server [-]
::ffff:10.200.0.35 - - [12/Aug/2016 17:25:00] "OPTIONS /
HTTP/1.0" 300 900 0.002414<br>
2016-08-12 17:25:01.053 30562 CRITICAL
keystonemiddleware.auth_token [-] Unable to validate token:
SSL exception connecting to <a href="https://127.0.0.1:35357">https://127.0.0.1:35357</a>:
[SSL: UNKNOWN_PROTOCOL] unknown protocol (_ssl.c:765)<br>
2016-08-12 17:25:01.055 30562 INFO eventlet.wsgi.server [-]
::ffff:10.200.0.35 - - [12/Aug/2016 17:25:01] "GET
/v2/546e878e722d430492417b72f1072dd2/types/default HTTP/1.1"
503 254 0.032591</p>
<p>I think I might miss some configuration but I cannot figure
out what the configuration is. I tried to google it but had no
luck either. Does anyone encounter this issue before and help
me out of this?</p>
<p>BTW, my manila configuration is as follows,</p>
<p>[DEFAULT]<br>
rpc_backend = rabbit<br>
default_share_type = default_share_type<br>
rootwrap_config = /etc/manila/rootwrap.conf<br>
auth_strategy = keystone<br>
my_ip = 10.200.0.41</p>
<p>[keystone_authtoken]<br>
memcached_servers = <a
href="http://lb.0.example200.ustack.in:11211">lb.0.example200.ustack.in:11211</a><br>
auth_uri = <a href="http://lb.0.example200.ustack.in:5000">http://lb.0.example200.ustack.in:5000</a><br>
auth_url = <a
href="http://lb.0.example200.ustack.in:35357/v2.0">http://lb.0.example200.ustack.in:35357/v2.0</a><br>
auth_type = password<br>
project_domain_name = default<br>
user_domain_name = default<br>
project_name = services<br>
username = manila<br>
password = 123456</p>
<p>[database]<br>
connection = mysql://<a
href="http://manila:123456@lb.0.example200.ustack.in/manila?charset=utf8">manila:123456@lb.0.example200.ustack.in/manila?charset=utf8</a></p>
<p>[oslo_concurrency]<br>
lock_path = /var/lib/manila/tmp</p>
<p>[oslo_messaging_rabbit]<br>
rabbit_hosts=<a href="http://10.200.0.44:5672">10.200.0.44:5672</a>,<a
href="http://10.200.0.45:5672">10.200.0.45:5672</a>,<a
href="http://10.200.0.46:5672">10.200.0.46:5672</a><br>
rabbit_userid=openstack<br>
rabbit_password=e3dc9ac817fa4c61414235e5</p>
-- <br>
<div class="gmail_signature" data-smartmail="gmail_signature">
<div>Best Regards<br>
</div>
<div>Jevon</div>
</div>
</div>
</div>
</body>
</html>