Skip to content
This repository has been archived by the owner on Nov 29, 2017. It is now read-only.

Commit

Permalink
Don't use Floating IP at micro_bosh openstack_registry properties
Browse files Browse the repository at this point in the history
  • Loading branch information
frodenas committed Dec 17, 2012
1 parent 76fa42a commit 9289e66
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
Expand Up @@ -249,9 +249,7 @@ apply_spec:
address: IPADDRESS
nats:
address: IPADDRESS
properties:
openstack_registry:
address: IPADDRESS
properties: {}
```

NOTE: Be sure the selected instance_type (flavor in OpenStack) include ephemeral disk space.
Expand Down
4 changes: 1 addition & 3 deletions examples/microbosh-openstack/micro_bosh.yml
Expand Up @@ -36,6 +36,4 @@ apply_spec:
address: IPADDRESS
nats:
address: IPADDRESS
properties:
openstack_registry:
address: IPADDRESS
properties: {}
4 changes: 1 addition & 3 deletions scripts/create_micro_bosh_yml
Expand Up @@ -142,9 +142,7 @@ apply_spec:
address: #{ipaddress}
nats:
address: #{ipaddress}
properties:
openstack_registry:
address: #{ipaddress}
properties: {}
YAML
end

Expand Down

0 comments on commit 9289e66

Please sign in to comment.