blob: cdbc7bb0b3fbaecd0766b8f30bfd7a192cd98ec8 [file] [log] [blame]
Vasyl Saienko43e75da2018-02-09 15:51:47 +02001classes:
2- service.neutron.client
3parameters:
4 neutron:
5 client:
6 server:
7 admin_identity:
8 endpoint_type: internalURL
9 network:
10 manila-share-network:
11 tenant: admin
12 shared: false
13 admin_state_up: True
14 port_security_enabled: false
15 subnet:
16 manila-share-subnet:
17 cidr: ${_param:openstack_manila_share_neutron_subnet_cidr}
18 allocation_pools:
19 - start: ${_param:openstack_manila_share_neutron_subnet_allocation_start}
20 end: ${_param:openstack_manila_share_neutron_subnet_allocation_end}
21 enable_dhcp: true