Refactor akamai provider and taskflow config

Change-Id: I2ae50e8b3a85448988945b46c43c9ebedb70fb4e
This commit is contained in:
tonytan4ever
2015-09-24 15:23:15 -04:00
parent 7a27acb5b3
commit 53275f6d02
4 changed files with 21 additions and 4 deletions

View File

@@ -35,7 +35,7 @@ AKAMAI_OPTIONS = [
'for mod_san_queue'),
]
AKAMAI_GROUP = 'drivers:provider:akamai'
AKAMAI_GROUP = 'drivers:provider:akamai:queue'
class ZookeeperModSanQueue(base.ModSanQueue):

View File

@@ -34,7 +34,7 @@ AKAMAI_OPTIONS = [
' path for san cert info'),
]
AKAMAI_GROUP = 'drivers:provider:akamai'
AKAMAI_GROUP = 'drivers:provider:akamai:storage'
class ZookeeperSanInfoStorage(base.BaseAkamaiSanInfoStorage):