Surprise! We've been running on hardware provided by BuyVM for a few months and wanted to show them a little appreciation.
Running a paste site comes with unique challenges, ones that aren't always obvious and hard to control. As such, BuyVM offered us a home where we could worry less about the hosting side of things and focus on maintaining a clean and useful service! Go check them out and show them some love!
Description: nova.conf
Submitted on July 21, 2015 at 11:52 PM

Section 1 (Text)

[DEFAULT]
dhcpbridge_flagfile=/etc/nova/nova.conf
dhcpbridge=/usr/bin/nova-dhcpbridge
logdir=/var/log/nova
state_path=/var/lib/nova
lock_path=/var/lock/nova
force_dhcp_release=True
iscsi_helper=tgtadm
libvirt_use_virtio_for_bridges=True
connection_type=libvirt
root_helper=sudo nova-rootwrap /etc/nova/rootwrap.conf
verbose=True
ec2_private_dns_show_ip=True
api_paste_config=/etc/nova/api-paste.ini
volumes_path=/var/lib/nova/volumes
enabled_apis=ec2,osapi_compute,metadata
rpc_backend = rabbit
rabbit_user = guest
rabbit_host = phl-controller-01.fabric
rabbit_password = cisco123
auth_strategy = keystone
my_ip = 10.1.1.162
vnc_listen = 10.1.1.162
vnc_proxy_client_address = 10.1.1.162
[keystone_authtoken]
auth_protocol = http
auth_uri = http://phl-controller-01.fabric:5000/v2.0
identity_uri = http://phl-controller-01.fabric:35357
admin_tenent_name = service
admin_user = nova
admin_password = dailg7Av3g
network_api_class = nova.network.neutronv2.api.API
security_group_api = neutron
linuxnet_interface_driver = nova.network.linux_net.LinuxOVSInterfaceDriver
firewall_driver = nova.virt.firewall.NoopFirewallDriver
[database]
connection = mysql://openstack:[email protected]/nova
[glance]
host = phl-controller-01.fabric
[libvirt]
virt_type = qemu
[neutron]
url = http://phl-controller-01.fabric:9696
auth_strategy = keystone
admin_auth_url = http://phl-controller-01.fabric:35357/v2.0
admin_tenant_name = service
admin_username = neutron
admin_password = cisco123
service_metadata_proxy = True
metadata_proxy_shared_secret = cisco123