Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Template for nova.conf
- # Variables are as follows:
- # X -- MySql User Name
- # X -- MySql password
- # 130.203.84.20 -- IP of the database server
- # nova -- Name of the OpenStack DB (generally it's just nova)
- # 130.203.84.20 -- IP Of the OpenStack Cloud Controller
- # 130.203.84.20 -- IP of the Glance host
- # eth0 -- The public faceing interface
- # eth1 -- The interface VLANs should attach to
- # nova -- The zone name of this install
- # --enabled_apis=ec2
- # Define our SQL connection
- --sql_connection=mysql://X:[email protected]/nova
- # Don't use IP6
- # --use_ipv6=false
- # DHCP Bridge Stuff (from the default nova.conf)
- --dhcpbridge_flagfile=/etc/nova/nova.conf
- --dhcpbridge=/usr/bin/nova-dhcpbridge
- # Allow Zones
- --allow_admin_api=true
- # --enable_zone_routing=true
- --enable_zone_routing
- --zone_name=nova
- --zone_capabilities=hypervisor=kvm,os=linux
- # Define availability zones
- --node_availability_zone=nova0
- --availability_zone=nova0
- # Setup the objectstore stuff, message queue host, etc
- --s3_host=130.203.84.20
- --rabbit_host=130.203.84.20
- --cc_host=130.203.84.20
- --glance_api_servers=130.203.84.20:9292
- --iscsi_ip_prefix=130.203.84.20
- --ec2_url=http://130.203.84.20:8773/services/Cloud
- # --ec2_dmz_host=12.206.225.130
- # --vncproxy_url=http://12.206.225.130:6080
- --image_service=nova.image.glance.GlanceImageService
- # Setup networking to our environment
- --vlan_interface=eth0
- --public_interface=eth0
- # Setup quotas
- --quota_instances=9999
- --quota_cores=99999
- --quota_ram=999999
- --quota_gigabytes=999999
- # Misc path settings
- --lock_path=/var/lib/nova/tmp
- #--dnsmasq_config_file=/etc/dnsmasq.conf
- --logdir=/var/log/nova
- --state_path=/var/lib/nova
- #--instances_path=/tmp
- --ca_path=/var/lib/nova/CA
- # Setup the CloudPipe image
- --vpn_image_id=7
- --use_project_ca
- --cnt_vpn_clients=5
- # Disable inter-project traffic unless it's explicitly allowed via a rule
- --allow_project_net_traffic=false
- # Turn on verbose logging
- --verbose
Advertisement
Add Comment
Please, Sign In to add comment