mirror of
https://github.com/github/octodns.git
synced 2024-05-11 05:55:00 +00:00
The provider constructor requires a pass-through id parameter.
This commit is contained in:
@@ -43,7 +43,7 @@ class RackspaceProvider(BaseProvider):
|
||||
SUPPORTS_GEO = False
|
||||
TIMEOUT = 5
|
||||
|
||||
def __init__(self, username, api_key, *args, **kwargs):
|
||||
def __init__(self, id, username, api_key, *args, **kwargs):
|
||||
'''
|
||||
Rackspace API v1 Provider
|
||||
|
||||
|
Reference in New Issue
Block a user