Advertisement
Guest User

Untitled

a guest
Feb 6th, 2018
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. ---
  2.  
  3.  
  4. kolla_base_distro: "ubuntu"
  5.  
  6. kolla_install_type: "source"
  7.  
  8. openstack_release: "pike"
  9.  
  10. kolla_internal_vip_address: "192.168.70.254"
  11.  
  12. network_interface: "eno2"
  13.  
  14. neutron_external_interface: "eno1"
  15.  
  16. neutron_plugin_agent: "openvswitch"
  17.  
  18. enable_horizon: "yes"
  19. enable_neutron_dvr: "yes"
  20. enable_openvswitch: "{{ neutron_plugin_agent != 'linuxbridge' }}"
  21.  
  22. nova_compute_virt_type: "kvm"
  23.  
  24. tempest_image_id:
  25. tempest_flavor_ref_id:
  26. tempest_public_network_id:
  27. tempest_floating_network_name:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement