Convert OS-INHERIT API to flask native dispatching
Convert OS-INHERIT API to flask native dispatching. NOTE: A minor test change was needed, the test was mis-constructing the URI with multiple slashes. The test now properly constructs the URI using an lstrip when combining the direct_url bits. Change-Id: I0907eb00cdfb9849342220f9b528f94175e71545 Partial-Bug: #1776504
This commit is contained in:
@@ -41,9 +41,10 @@ _MOVED_API_PREFIXES = frozenset(
|
||||
['credentials',
|
||||
'endpoints',
|
||||
'groups',
|
||||
'OS-OAUTH1',
|
||||
'OS-EP-FILTER',
|
||||
'OS-FEDERATION',
|
||||
'OS-INHERIT',
|
||||
'OS-OAUTH1',
|
||||
'OS-REVOKE',
|
||||
'OS-SIMPLE-CERT',
|
||||
'OS-TRUST',
|
||||
|
||||
Reference in New Issue
Block a user