node composition plugin architecture

The Node Composition Plugin (NCP) is introduced here in
its most simple form: The interaction with the Node Drivers
is still completely missing.

This patch is intended to collect the whole internal API
between the NCP and the Node Drivers, taking also
into account the new NodeDriverContext.

Partially implements blueprint node-centric-chain-plugin

Change-Id: I0f791d2be8b5ef5d9bf7a297e0dbdc0248350edd
This commit is contained in:
Ivar Lazzaro
2015-06-08 19:54:10 -07:00
parent 2527cdd688
commit 657306d199
18 changed files with 908 additions and 353 deletions

View File

@@ -85,8 +85,8 @@ class PolicyTargetGroupInUse(GroupPolicyBadRequest):
class InvalidPortForPTG(GroupPolicyBadRequest):
message = _("Subnet %(port_subnet_id)s of port %(port_id)s does not "
"match subnet %(ptg_subnet_id)s of Policy Target Group "
"%(policy_target_group_id)s.")
"match subnet %(ptg_subnet_id)s of Policy Target Group "
"%(policy_target_group_id)s.")
class InvalidSubnetForPTG(GroupPolicyBadRequest):