Versionless GET on keystone gives different answer with port 5000 and 35357
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Identity (keystone) |
Fix Released
|
High
|
Brant Knudson |
Bug Description
On a system with both v2/v3 (devstack), using 35357 shows only v3.
5000:
<versions xmlns="http://
<version status="stable" updated=
<media-types>
<media-type base="applicati
<media-type base="applicati
</media-types>
<links>
<link href="http://
</links>
</version>
<version status="stable" updated=
<media-types>
<media-type base="applicati
<media-type base="applicati
</media-types>
<links>
<link href="http://
<link href="http://
</links>
<link href="http://
<link href="http://
</version>
</versions>
35357:
<versions xmlns="http://
<version status="stable" updated=
<media-types>
<media-type base="applicati
<media-type base="applicati
</media-types>
<links>
<link href="http://
</links>
</version>
</versions>
Changed in keystone: | |
status: | New → Triaged |
importance: | Undecided → High |
milestone: | none → juno-3 |
Changed in keystone: | |
milestone: | juno-3 → juno-rc1 |
Changed in keystone: | |
status: | Fix Committed → Fix Released |
Changed in keystone: | |
milestone: | juno-rc1 → 2014.2 |
keystone/ service. py: _VERSIONS is a global, and updated first with v3, and then with v3.