Skip to content
This repository has been archived by the owner on Dec 4, 2018. It is now read-only.

Commit

Permalink
Merge pull request #2 from galthaus/pull-req-master-bcbecabbc2
Browse files Browse the repository at this point in the history
Merge essex-hack back into development. [3/26]
  • Loading branch information
galthaus committed May 15, 2012
2 parents 2044332 + bcbecab commit 41a6ca8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion chef/data_bags/crowbar/bc-template-quantum.json
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
}, },
"api": { "api": {
"service_port": 5000, "service_port": 5000,
"service_host": "0.0.0.0", "service_host": "0.0.0.0"
}, },
"admin": { "admin": {
"tenant": "admin", "tenant": "admin",
Expand Down
6 changes: 1 addition & 5 deletions chef/data_bags/crowbar/bc-template-quantum.schema
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -25,11 +25,7 @@
}}, }},
"api": { "type": "map", "required": true, "mapping": { "api": { "type": "map", "required": true, "mapping": {
"service_port": { "type" : "int", "required" : true }, "service_port": { "type" : "int", "required" : true },
"api_port": { "type" : "int", "required" : true }, "service_host": { "type" : "str", "required" : true }
"admin_port": { "type" : "int", "required" : true },
"service_host": { "type" : "str", "required" : true },
"api_host": { "type" : "str", "required" : true },
"admin_host": { "type" : "str", "required" : true }
}}, }},
"admin": { "type": "map", "required": true, "mapping": { "admin": { "type": "map", "required": true, "mapping": {
"tenant": { "type" : "str", "required" : true }, "tenant": { "type" : "str", "required" : true },
Expand Down

0 comments on commit 41a6ca8

Please sign in to comment.