Magnum requires 'auth_user' despite using Keystone v3

Bug #1594888 reported by Christopher Hultin
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Magnum
Triaged
Medium
rajiv

Bug Description

Magnum requires 'admin_user' in magnum.conf, despite using Keystone v3. Using Keystone v3, only 'username' should be required.

rajiv (rajiv-kumar)
Changed in magnum:
assignee: nobody → rajiv (rajiv-kumar)
Revision history for this message
rajiv (rajiv-kumar) wrote :

Currently keystone v2 is deprecated and v3 is used in magnum, therefore following file should be changed for v3 parameters
    https://github.com/openstack/magnum/blob/master/magnum/common/keystone.py#L150

Parameters are fetched according to v2 from magnum.conf therefore magnum.conf has to be changed for v3.

There is comment in the code, which says, "Conductor layer does not have new v3 variables, such as project_name and project_domain_id.". I did not understood this part. What does it mean?

Revision history for this message
hongbin (hongbin034) wrote :

The title said 'auth_user', but the description said 'admin_user'. I guess you mean 'admin_user'?

Changed in magnum:
status: New → Triaged
importance: Undecided → Medium
Revision history for this message
Jesse Pretorius (jesse-pretorius) wrote :

It appears that the following are needed, but should not be:

admin_user
admin_tenant_name
admin_password

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.