Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- avi_cloud_discovery_wait: 180
- avi_config:
- cloud:
- - api_version: {{ avi_api_version }}
- name: openstack
- vtype: CLOUD_OPENSTACK
- dhcp_enabled: true
- mtu: 1500
- state: present
- openstack_configuration:
- admin_tenant: {{ openstack_configuration.admin_tenant }}
- allowed_address_pairs: true
- anti_affinity: true
- auth_url: {{ openstack_configuration.auth_url }}
- config_drive: true
- contrail_plugin: false
- external_networks: false
- free_floatingips: false
- hypervisor: KVM
- import_keystone_tenants: false
- insecure: true
- mgmt_network_name: {{ openstack_configuration.mgmt_network_name }}
- neutron_rbac: true
- port_security: false
- privilege: WRITE_ACCESS
- region: RegionOne
- security_groups: true
- tenant_se: true
- use_admin_url: true
- use_keystone_auth: true
- username: {{ openstack_configuration.username }}
- password: {{ openstack_configuration.password }}
Advertisement
Add Comment
Please, Sign In to add comment