Hi All, 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: 2016-08-12 17:25:00.470 30562 INFO manila.api.openstack.wsgi [-] OPTIONS http://::ffff:10.200.0.41:8786/ <http://10.200.0.41:8786/> 2016-08-12 17:25:00.471 30562 INFO manila.api.openstack.wsgi [-] http://::ffff:10.200.0.41:8786/ <http://10.200.0.41:8786/> returned with HTTP 300 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 2016-08-12 17:25:01.053 30562 CRITICAL keystonemiddleware.auth_token [-] Unable to validate token: SSL exception connecting to https://127.0.0.1:35357: [SSL: UNKNOWN_PROTOCOL] unknown protocol (_ssl.c:765) 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 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? BTW, my manila configuration is as follows, [DEFAULT] rpc_backend = rabbit default_share_type = default_share_type rootwrap_config = /etc/manila/rootwrap.conf auth_strategy = keystone my_ip = 10.200.0.41 [keystone_authtoken] memcached_servers = lb.0.example200.ustack.in:11211 <http://lb.0.example200.ustack.in:11211> auth_uri = http://lb.0.example200.ustack.in:5000 auth_url = http://lb.0.example200.ustack.in:35357/v2.0 auth_type = password project_domain_name = default user_domain_name = default project_name = services username = manila password = 123456 [database] connection = mysql://manila:123456@lb.0.example200.ustack.in/manila?charset=utf8 <http://manila:123456@lb.0.example200.ustack.in/manila?charset=utf8> [oslo_concurrency] lock_path = /var/lib/manila/tmp [oslo_messaging_rabbit] rabbit_hosts=10.200.0.44:5672 <http://10.200.0.44:5672>,10.200.0.45:5672 <http://10.200.0.45:5672>,10.200.0.46:5672 <http://10.200.0.46:5672> rabbit_userid=openstack rabbit_password=e3dc9ac817fa4c61414235e5 -- Best Regards Jevon -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20160812/9ddaf22c/attachment.html>