Vasyl Saienko | 43e75da | 2018-02-09 15:51:47 +0200 | [diff] [blame] | 1 | classes: |
| 2 | - service.neutron.client |
| 3 | parameters: |
| 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 |