Skip to content

Commit

Permalink
merge contract groups change
Browse files Browse the repository at this point in the history
  • Loading branch information
Vipin Jain committed Jun 9, 2016
1 parent 5d20bfb commit 28d422b
Show file tree
Hide file tree
Showing 13 changed files with 525 additions and 224 deletions.
3 changes: 2 additions & 1 deletion appProfile.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
{
"name": "appProfile",
"type": "object",
"version": "v1",
"key": [ "tenantName", "appProfileName" ],
"properties": {
"cfgProperties": {
"tenantName": {
"type": "string",
"title": "Tenant Name",
Expand Down
3 changes: 2 additions & 1 deletion bgphost.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
"name": "contivModel",
"objects": [{
"name": "Bgp",
"version": "v1",
"type": "object",
"key": ["hostname"],
"properties": {
"cfgProperties": {
"hostname": {
"type": "string",
"title": "host name",
Expand Down
Loading

0 comments on commit 28d422b

Please sign in to comment.