introduce service profile model

Partially implements blueprint node-centric-chain-plugin

Change-Id: I2403e35d49a1e100f292f82082c7dad96d79fc29
This commit is contained in:
Ivar Lazzaro
2015-05-03 20:58:42 -07:00
parent 6cf6b03125
commit 2527cdd688
20 changed files with 855 additions and 63 deletions

View File

@@ -125,7 +125,7 @@ class NonSharedNetworkOnSharedL2PolicyNotSupported(GroupPolicyBadRequest):
class InvalidSharedAttributeUpdate(GroupPolicyBadRequest):
message = _("Invalid shared attribute update. Shared resource %(id)s is"
message = _("Invalid shared attribute update. Shared resource %(id)s is "
"referenced by %(rid)s, which is either shared or owned by a "
"different tenant.")