Skip to content
This repository was archived by the owner on Mar 1, 2020. It is now read-only.

Commit 76554fb

Browse files
author
earthmant
committed
2.6.0 plugin
1 parent 99b50a6 commit 76554fb

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

simple-blueprint.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: >
55
66
imports:
77
- http://www.getcloudify.org/spec/cloudify/4.2/types.yaml
8-
- http://www.getcloudify.org/spec/openstack-plugin/2.5.2/plugin.yaml
8+
- http://www.getcloudify.org/spec/openstack-plugin/2.6.0/plugin.yaml
99

1010
inputs:
1111

@@ -36,20 +36,20 @@ inputs:
3636
default: [8.8.4.4, 8.8.8.8]
3737

3838
public_subnet_cidr:
39-
default: 192.168.120.0/24
39+
default: 192.167.120.0/24
4040

4141
public_subnet_allocation_pools:
4242
default:
43-
- start: 192.168.120.2
44-
end: 192.168.120.254
43+
- start: 192.167.120.2
44+
end: 192.167.120.254
4545

4646
private_subnet_cidr:
47-
default: 192.168.121.0/24
47+
default: 192.167.121.0/24
4848

4949
private_subnet_allocation_pools:
5050
default:
51-
- start: 192.168.121.2
52-
end: 192.168.121.254
51+
- start: 192.167.121.2
52+
end: 192.167.121.254
5353

5454
dsl_definitions:
5555

0 commit comments

Comments
 (0)