Added API version setting for backward compatability
This commit is contained in:
parent
8226a35bc2
commit
f8e1311866
4 changed files with 9 additions and 5 deletions
|
@ -23,6 +23,7 @@ class SubidyExtension(ext.Extension):
|
|||
schema['username'] = config.String()
|
||||
schema['password'] = config.Secret()
|
||||
schema['legacy_auth'] = config.Boolean(optional=True)
|
||||
schema['api_version'] = config.String(optional=True)
|
||||
return schema
|
||||
|
||||
def setup(self, registry):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue