Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [DEFAULT]
- firewall_driver = nova.virt.libvirt.firewall.IptablesFirewallDriver
- compute_driver = libvirt.LibvirtDriver
- flat_interface = eth2
- flat_network_bridge = br100
- vlan_interface = eth0
- public_interface = br100
- network_manager = nova.network.manager.FlatDHCPManager
- glance_api_servers = 10.0.4.6:9292
- rabbit_password = letsgogpus
- rabbit_host = localhost
- rpc_backend = nova.openstack.common.rpc.impl_kombu
- ec2_dmz_host = 10.0.4.6
- vncserver_proxyclient_address = 127.0.0.1
- vncserver_listen = 127.0.0.1
- vnc_enabled = true
- xvpvncproxy_base_url = http://10.0.4.6:6081/console
- novncproxy_base_url = http://10.0.4.6:6080/vnc_auto.html
- logging_exception_prefix = %(color)s%(asctime)s.%(msecs)03d TRACE %(name)s ^[[01;35m%(instance)s^[[00m
- logging_debug_format_suffix = ^[[00;33mfrom (pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d^[[00m
- logging_default_format_string = %(asctime)s.%(msecs)03d %(color)s%(levelname)s %(name)s [^[[00;36m-%(color)s] ^[[01;35m%(instance)s%(color)s%(message)s^[[00m
- logging_context_format_string = %(asctime)s.%(msecs)03d %(color)s%(levelname)s %(name)s [^[[01;36m%(request_id)s ^[[00;36m%(user_name)s %(project_name)s%(color)s] ^[[01;35m%(instance)s%(color)s%(message)s^[[00m
- instances_path = /opt/stack/data/nova/instances
- lock_path = /opt/stack/data/nova
- state_path = /opt/stack/data/nova
- volume_api_class = nova.volume.cinder.API
- enabled_apis = ec2,osapi_compute,metadata
- instance_name_template = instance-%08x
- libvirt_cpu_mode = none
- libvirt_type = xen
- sql_connection = mysql://root:letsgogpus@localhost/nova?charset=utf8
- my_ip = 10.0.4.6
- osapi_compute_extension = nova.api.openstack.compute.contrib.standard_extensions
- s3_port = 3333
- s3_host = 10.0.4.6
- default_floating_pool = public
- fixed_range =
- force_dhcp_release = True
- dhcpbridge_flagfile = /etc/nova/nova.conf
- compute_scheduler_driver = nova.scheduler.filter_scheduler.FilterScheduler
- rootwrap_config = /etc/nova/rootwrap.conf
- api_paste_config = /etc/nova/api-paste.ini
- allow_resize_to_same_host = True
- auth_strategy = keystone
- debug = True
- verbose = True
- pci_passthrough_devices=[{"label":"infiniband","address":"0000:21:00.0"}]
- [spice]
- enabled = false
- html5proxy_base_url = http://10.0.4.6:6082/spice_auto.html
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement