authenticate fails: did you check that the url, login and password , (and if v3 which it must be ) project domain and user domain are correct ?
Brian From: [email protected] <[email protected]> On Behalf Of Yang Bin Sent: Tuesday, January 12, 2021 7:29 AM To: [email protected]; [email protected] Subject: Re: [onap-discuss] multicloud-pike cannot access msb-iag #msb #multicloud It is assumed that the authenticated token will returned along with service catalog in the response. I don’t understand why it is not the case in your instance. Maybe you need find OpenStack docs to expose service catalog in your pike instance. From: [email protected]<mailto:[email protected]> <[email protected]<mailto:[email protected]>> On Behalf Of Ali Akbar Hemmati Sent: 2021年1月12日 15:43 To: Ali Akbar Hemmati <[email protected]<mailto:[email protected]>>; [email protected]<mailto:[email protected]> Subject: Re: [onap-discuss] multicloud-pike cannot access msb-iag #msb #multicloud I changed MSB_PROTO environment variable to https and it has no more problems with msb-iag. Now I see multicloud-pike tries to access a service catalog for Openstack but it is not there. The three erros are: 2021-01-12 06:43:18|||||common.msapi.helper||139761571473152||_discover_availability_zones||ERROR||Traceback (most recent call last): File "/opt/pike/lib/share/newton_base/registration/registration_driver.py", line 691, in _discover_availability_zones "availabilityZoneInfo"): File "/opt/pike/lib/share/common/msapi/helper.py", line 97, in _get_list_resources resp = session.get(resource_url, endpoint_filter=service) File "/usr/local/lib/python3.7/site-packages/keystoneauth1/session.py", line 758, in get return self.request(url, 'GET', **kwargs) File "/usr/local/lib/python3.7/site-packages/positional/__init__.py", line 108, in inner return wrapped(*args, **kwargs) File "/usr/local/lib/python3.7/site-packages/keystoneauth1/session.py", line 513, in request **endpoint_filter) File "/usr/local/lib/python3.7/site-packages/keystoneauth1/session.py", line 856, in get_endpoint return auth.get_endpoint(self, **kwargs) File "/usr/local/lib/python3.7/site-packages/keystoneauth1/identity/base.py", line 216, in get_endpoint service_name=service_name) File "/usr/local/lib/python3.7/site-packages/positional/__init__.py", line 108, in inner return wrapped(*args, **kwargs) File "/usr/local/lib/python3.7/site-packages/keystoneauth1/access/service_catalog.py", line 190, in url_for raise exceptions.EmptyCatalog('The service catalog is empty.') keystoneauth1.exceptions.catalog.EmptyCatalog: The service catalog is empty. ||||requestID= invocationID= serviceName= serviceIP= and: 2021-01-12 07:00:21|||||newton_base.proxy.identityV3||139761613111040||post||ERROR||Traceback (most recent call last): File "/opt/pike/lib/share/newton_base/proxy/identityV3.py", line 140, in post vimid, tmp_auth_data['token']['catalog'], self.proxy_prefix) KeyError: 'catalog' and: 2021-01-12 07:02:44|||||newton_base.resource.infra_workload_helper||139761613111040||workload_status||ERROR||authenticate fails:cloudnetsharif, RegionOne, {"error":"'catalog'"}||||requestID= invocationID= serviceName= serviceIP= How can I introduce the service catalog to it? Thanks and regards, Aliakbar -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#22728): https://lists.onap.org/g/onap-discuss/message/22728 Mute This Topic: https://lists.onap.org/mt/79590706/21656 Mute #msb:https://lists.onap.org/g/onap-discuss/mutehashtag/msb Mute #multicloud:https://lists.onap.org/g/onap-discuss/mutehashtag/multicloud Group Owner: [email protected] Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
