murano auth faild when only using keystone V3

Bug #1633394 reported by zhurong
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Murano
Fix Released
Undecided
zhurong

Bug Description

devstack using keystonev3, disable keystone v2,
zhurong@zhurong-region2:~$ murano environment-list
Traceback (most recent call last):
  File "/usr/local/bin/murano", line 11, in <module>
    sys.exit(main())
  File "/usr/local/lib/python2.7/dist-packages/muranoclient/shell.py", line 503, in main
    MuranoShell().main(args)
  File "/usr/local/lib/python2.7/dist-packages/muranoclient/shell.py", line 465, in main
    args.func(client, args)
  File "/usr/local/lib/python2.7/dist-packages/muranoclient/v1/shell.py", line 50, in do_environment_list
    environments = mc.environments.list(all_tenants)
  File "/usr/local/lib/python2.7/dist-packages/muranoclient/v1/environments.py", line 42, in list
    return self._list(path, 'environments')
  File "/usr/local/lib/python2.7/dist-packages/muranoclient/common/base.py", line 64, in _list
    resp, body = self.api.json_request(url, 'GET', headers=headers)
  File "/usr/local/lib/python2.7/dist-packages/muranoclient/common/http.py", line 326, in json_request
    resp = self.request(url, method, **kwargs)
  File "/usr/local/lib/python2.7/dist-packages/muranoclient/common/http.py", line 310, in request
    raise exc.from_response(resp)
muranoclient.common.exceptions.HTTPUnauthorized: The request you have made requires authentication. (HTTP 401)

murano-api log:
2016-10-14 17:36:23.003 WARNING keystonemiddleware.auth_token [-] Authorization failed for token
2016-10-14 17:36:23.004 WARNING keystonemiddleware.auth_token [-] Identity response: {"error": {"message": "The resource could not be found.", "code": 404, "title": "Not Found"}}
2016-10-14 17:36:23.007 WARNING keystonemiddleware.auth_token [-] Authorization failed for token

zhurong (zhu-rong)
Changed in murano:
assignee: nobody → zhurong (zhu-rong)
Changed in murano:
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to murano (master)

Reviewed: https://review.openstack.org/385519
Committed: https://git.openstack.org/cgit/openstack/murano/commit/?id=df8bf9c8f85fb1c1aa27c803a78868f54a42e1ea
Submitter: Jenkins
Branch: master

commit df8bf9c8f85fb1c1aa27c803a78868f54a42e1ea
Author: zhurong <email address hidden>
Date: Wed Oct 12 23:14:50 2016 +0800

    Update devstack keystone_authtoken config to fit with keystone v3

    Now murano can not auth when only using keystone v3,
    this commit update the devstack config to fix with keystone v3.

    Closes-bug: #1633394
    Change-Id: Ie6a2ccdf6121b3badd403a1c08f1e91052e8c4dc

Changed in murano:
status: In Progress → Fix Released
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/murano 3.1.0

This issue was fixed in the openstack/murano 3.1.0 release.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.