Magnum requires 'auth_user' despite using Keystone v3
Bug #1594888 reported by
Christopher Hultin
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.
Changed in magnum: | |
assignee: | nobody → rajiv (rajiv-kumar) |
To post a comment you must log in.
Currently keystone v2 is deprecated and v3 is used in magnum, therefore following file should be changed for v3 parameters /github. com/openstack/ magnum/ blob/master/ magnum/ common/ keystone. py#L150
https:/
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?