Skip to content

Instantly share code, notes, and snippets.

@dgivens
Last active December 27, 2015 04:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dgivens/75f11c28772a7449f19b to your computer and use it in GitHub Desktop.
Save dgivens/75f11c28772a7449f19b to your computer and use it in GitHub Desktop.
[DEFAULT]
state_path=/var/lib/nova
api_paste_config=/etc/nova/api-paste.ini
auth_strategy=keystone
flat_injected=true
lock_path=/var/lock/nova
debug=true
rabbit_host=10.23.80.91
rabbit_port=5672
rabbit_userid=guest
rabbit_password=guest
scheduler_driver=nova.scheduler.filter_scheduler.FilterScheduler
compute_driver=xenapi.XenAPIDriver
xenapi_connection_url=http://10.23.167.10
xenapi_connection_username=root
xenapi_connection_password=password
glance_api_servers=10.23.80.91:9292
libvirt_vif_driver = nova.virt.libvirt.vif.LibvirtHybridOVSBridgeDriver
xenapi_ovs_integration_bridge = br-int
xenapi_vif_driver = nova.virt.xenapi.vif.XenAPIOpenVswitchDriver
neutron_url = http://10.23.80.91:9696
neutron_region_name = RegionOne
neutron_admin_tenant_name = service
neutron_auth_strategy = keystone
neutron_admin_auth_url = http://10.23.80.91:35357/v2.0
neutron_admin_password = pass
neutron_admin_username = neutron
network_api_class = nova.network.neutronv2.api.API
[hyperv]
[zookeeper]
[osapi_v3]
[conductor]
[keymgr]
[cells]
[database]
[image_file_url]
[baremetal]
[rpc_notifier2]
[matchmaker_redis]
[ssl]
[trusted_computing]
[upgrade_levels]
[matchmaker_ring]
[vmware]
[spice]
[root@xenserver-perf6 ~]# ovs-vsctl show
e75d121a-ff26-4d10-95b1-d21c5e7b66b0
Bridge "xenbr3"
fail_mode: standalone
Port "eth3"
Interface "eth3"
Port "xenbr3"
Interface "xenbr3"
type: internal
Bridge br-int
Port br-int
Interface br-int
type: internal
Bridge "xenbr2"
fail_mode: standalone
Port "eth2"
Interface "eth2"
Port "xenbr2"
Interface "xenbr2"
type: internal
Port "vif1.1"
Interface "vif1.1"
Bridge "xenbr1"
fail_mode: standalone
Port "eth1"
Interface "eth1"
Port "xenbr1"
Interface "xenbr1"
type: internal
Bridge "xenbr0"
fail_mode: standalone
Port "vif1.0"
Interface "vif1.0"
Port "eth0"
Interface "eth0"
Port "xenbr0"
Interface "xenbr0"
type: internal
ovs_version: "1.4.6"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment