# yoga ############################################################################### # [ WARNING ] # Configuration file maintained by Juju. Local changes may be overwritten. ############################################################################### [DEFAULT] verbose=False debug=True dhcpbridge_flagfile=/etc/nova/nova.conf dhcpbridge=/usr/bin/nova-dhcpbridge logdir=/var/log/nova state_path=/var/lib/nova iscsi_helper=tgtadm libvirt_use_virtio_for_bridges=True connection_type=libvirt root_helper=sudo nova-rootwrap /etc/nova/rootwrap.conf volumes_path=/var/lib/nova/volumes enabled_apis=osapi_compute,metadata compute_driver=libvirt.LibvirtDriver use_ipv6 = False osapi_compute_listen = 0.0.0.0 metadata_host = 0.0.0.0 s3_listen = 0.0.0.0 enable_new_services = True default_log_levels = "amqp=WARN, amqplib=WARN, boto=WARN, qpid=WARN, sqlalchemy=WARN, suds=INFO, oslo.messaging=INFO, oslo_messaging=DEBUG, iso8601=WARN, requests.packages.urllib3.connectionpool=WARN, urllib3.connectionpool=WARN, websocket=WARN, requests.packages.urllib3.util.retry=WARN, urllib3.util.retry=WARN, keystonemiddleware=WARN, routes.middleware=WARN, stevedore=WARN, taskflow=WARN, keystoneauth=WARN, oslo.cache=INFO, dogpile.core.dogpile=INFO, glanceclient=WARN, oslo.privsep.daemon=INFO" glance.debug = True transport_url = rabbit://nova:56272gCzWR7cLphVWWdWbgYnLzd6JNGVfBzwTc86kyhmdjM6MJNsLMc26mbjZzy2@252.36.70.122:5672/openstack osapi_compute_workers = 4 cpu_allocation_ratio = 2 ram_allocation_ratio = 0.98 disk_allocation_ratio = 1 use_syslog=False my_ip = 252.36.190.61 libvirt_vif_driver = nova.virt.libvirt.vif.LibvirtGenericVIFDriver libvirt_user_virtio_for_bridges = True security_group_api = neutron nova_firewall_driver = nova.virt.firewall.NoopFirewallDriver default_floating_pool = ext_net network_api_class = nova.network.neutronv2.api.API osapi_compute_listen_port = 8764 metadata_listen_port = 8765 [upgrade_levels] compute = auto [database] connection = mysql+pymysql://nova:HpcC5R5tMq92FyLssWf5TY5PYhP4bFm2@127.0.0.1/nova max_pool_size = 4 [api_database] connection = mysql+pymysql://nova:HpcC5R5tMq92FyLssWf5TY5PYhP4bFm2@127.0.0.1/nova_api max_pool_size = 4 [glance] api_servers = http://252.36.164.4:9292 [neutron] url = http://252.36.193.188:9696 region_name = RegionOne auth_url = http://252.36.190.217:35357 auth_type = password project_domain_name = service_domain user_domain_name = service_domain project_name = services username = nova password = TrPNqbR3npRxr7ShwM4yCLWwhpshHF38XnZftpK74LBK7Zt59SVNbSyBxp8bczB9 # True service_metadata_proxy = True metadata_proxy_shared_secret = 33690830-761e-11ef-a903-cb5d8d89dc95 [keystone_authtoken] auth_type = password auth_uri = http://252.36.190.217:5050/v3 auth_url = http://252.36.190.217:35357/v3 project_domain_name = service_domain user_domain_name = service_domain service_type = compute project_name = services username = nova password = TrPNqbR3npRxr7ShwM4yCLWwhpshHF38XnZftpK74LBK7Zt59SVNbSyBxp8bczB9 signing_dir = /var/cache/nova memcached_servers = inet6:[::1]:11211 service_token_roles = admin service_token_roles_required = True [service_user] send_service_user_token = true auth_type = password auth_url = http://252.36.190.217:35357 project_domain_name = service_domain user_domain_name = service_domain project_name = services username = nova password = TrPNqbR3npRxr7ShwM4yCLWwhpshHF38XnZftpK74LBK7Zt59SVNbSyBxp8bczB9 [osapi_v3] enabled=True [conductor] workers = 4 [oslo_messaging_rabbit] [oslo_messaging_notifications] driver = messagingv2 transport_url = rabbit://nova:56272gCzWR7cLphVWWdWbgYnLzd6JNGVfBzwTc86kyhmdjM6MJNsLMc26mbjZzy2@252.36.70.122:5672/openstack [notifications] notification_format = unversioned [oslo_concurrency] lock_path=/var/lock/nova [vnc] [spice] [serial_console] enabled = false base_url = wss://252.36.190.61:6083/ [placement] auth_url = http://252.36.190.217:35357 auth_type = password project_domain_name = service_domain user_domain_name = service_domain project_name = services username = nova password = TrPNqbR3npRxr7ShwM4yCLWwhpshHF38XnZftpK74LBK7Zt59SVNbSyBxp8bczB9 os_region_name = RegionOne region_name = RegionOne randomize_allocation_candidates = true [scheduler] # NOTE(jamespage): perform automatic host cell mapping # until we can orchestrate this better # using the nova-cc <--> nova-compute # relation discover_hosts_in_cells_interval = 30 workers = 4 [filter_scheduler] enabled_filters = AvailabilityZoneFilter,ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,DifferentHostFilter,SameHostFilter # Disable BuildFailureWeigher as any failed build will result # in a very low weighting for the hypervisor, resulting in # instances all being scheduled to hypervisors with no build # failures. # https://bugs.launchpad.net/charm-nova-cloud-controller/+bug/1818239 build_failure_weight_multiplier = 0.0 [api] auth_strategy=keystone [wsgi] api_paste_config=/etc/nova/api-paste.ini [pci] [oslo_middleware] # Bug #1758675 enable_proxy_headers_parsing = true [quota]