diff options
author | Dileep Ranganathan <dileep.ranganathan@intel.com> | 2018-03-20 07:47:27 -0700 |
---|---|---|
committer | Dileep Ranganathan <dileep.ranganathan@intel.com> | 2018-03-28 03:35:55 -0700 |
commit | 39f63ef31ba3f0dc0db3ee8d5ff502a715702e1a (patch) | |
tree | 333745fb4722d6c5fe27b3f6c1d3e21932087c00 /conductor/setup.cfg | |
parent | 1ad66ccc583b778b9b1aef8aefb4b13362f6045f (diff) |
Multicloud vim controller plugin
Implemented Multicloud vim controller plugin
Updated translator to parse vim_fit constraint
Implemented vim_fit constraint type
Implemented RPC for check_vim_capacity
Reordered constraint rank
Added unit tests
Change-Id: I5f01cf8fbefbb4b53e4370c5c6b43f72897e62bd
Issue-ID: OPTFRA-148
Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
Diffstat (limited to 'conductor/setup.cfg')
-rw-r--r-- | conductor/setup.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conductor/setup.cfg b/conductor/setup.cfg index 8e3fc56..c6fd3c4 100644 --- a/conductor/setup.cfg +++ b/conductor/setup.cfg @@ -48,6 +48,9 @@ console_scripts = conductor.inventory_provider.plugin = aai = conductor.data.plugins.inventory_provider.aai:AAI +conductor.vim_controller.plugin = + multicloud = conductor.data.plugins.vim_controller.multicloud:MULTICLOUD + conductor.service_controller.plugin = sdnc = conductor.data.plugins.service_controller.sdnc:SDNC |