Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [DEFAULT]
- dhcpbridge_flagfile=/etc/nova/nova.conf
- dhcpbridge=/usr/bin/nova-dhcpbridge
- logdir=/var/log/nova
- debug = True
- state_path=/var/lib/nova
- lock_path=/var/lock/nova
- force_dhcp_release=True
- iscsi_helper=tgtadm
- rpc_backend=nova.openstack.common.rpc.impl_kombu
- libvirt_use_virtio_for_bridges=True
- connection_type=libvirt
- root_helper=sudo nova-rootwrap /etc/nova/rootwrap.conf
- enabled_apis=ec2,osapi_compute,metadata
- api_paste_config=/etc/nova/api-paste.ini
- ec2_private_dns_show_ip=True
- volumes_path=/var/lib/nova/volumes
- sql_connection = postgresql://dbuser:[email protected]:5432/nova
- rabbit_host=127.0.0.1
- rabbit_port=5672
- rabbit_userid = guest
- rabbit_password = guest
- rabbit_virtual_host=/
- auth_strategy=keystone
- network_api_class=nova.network.neutronv2.api.API
- neutron_url=http://127.0.0.1:9696
- neutron_auth_strategy=keystone
- neutron_admin_tenant_name=service
- neutron_admin_username=neutron
- neutron_admin_password=service_pass
- neutron_admin_auth_url=http://127.0.0.1:35357/v2.0
- libvirt_vif_driver=nova.virt.libvirt.vif.LibvirtGenericVIFDriver
- linuxnet_interface_driver=nova.network.linux_net.LinuxOVSInterfaceDriver
- firewall_driver=nova.virt.firewall.NoopFirewallDriver
- security_group_api=neutron
- service_neutron_metadata_proxy=true
- neutron_metadata_proxy_shared_secret=password
- volume_api_class=nova.volume.cinder.API
- glance_api_servers=127.0.0.1:9292
- image_service=nova.image.glance.GlanceImageService
- novnc_enable=true
- novncproxy_port=6080
- novncproxy_host=10.1.8.243
- novncproxy_base_url=http://10.1.8.243:6080/vnc_auto.html
- vncserver_listen=0.0.0.0
- [keystone_authtoken]
- admin_tenant_name = service
- admin_user = nova
- admin_password = service_pass
- auth_host = 127.0.0.1
- auth_port = 35357
- auth_protocol = http
- signing_dir = /tmp/keystone-signing-nova
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement