Set default auth_url from django settings when auth_url is None.
Bug #1316490 reported by
xiaohanyu
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
django-openstack-auth |
In Progress
|
Low
|
xiaohanyu |
Bug Description
By default, users should pass username/
However, by default, in general we can often get auth_url from django's conf.settings.
This is useful when users(client web forms) just provide username/password to authenticate with django_
case, they can still login if keystone version == 2.0 since keystone v2.0 only requires username/password and auth_url to authenticate. In most cases, auth_url can get from django(horizon)'s settings.
This makes it more consistent with django.
Changed in django-openstack-auth: | |
importance: | Undecided → Low |
Changed in django-openstack-auth: | |
milestone: | none → 1.1.8 |
To post a comment you must log in.
Patch at https:/ /review. openstack. org/#/c/ 89323/