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 #38 from saschpe/default-bind-all-interfaces
Browse files Browse the repository at this point in the history
Bind to all interfaces by default.
  • Loading branch information
galthaus committed Jul 10, 2012
2 parents dec9140 + 3ba42ee commit 9ddcd65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chef/data_bags/crowbar/bc-template-glance.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"api": {
"verbose": true,
"debug": false,
"bind_open_address": false,
"bind_open_address": true,
"bind_port": 9292,
"log_file": "/var/log/glance/api.log",
"config_file": "/etc/glance/glance-api.conf",
Expand All @@ -18,7 +18,7 @@
"registry": {
"verbose": true,
"debug": false,
"bind_open_address": false,
"bind_open_address": true,
"bind_port": 9191,
"log_file": "/var/log/glance/registry.log",
"config_file": "/etc/glance/glance-registry.conf",
Expand Down

0 comments on commit 9ddcd65

Please sign in to comment.