# train or later ############################################################################### # [ WARNING ] # Configuration file maintained by Juju. Local changes may be overwritten. # restart trigger: eab4201a-9bf0-4c3f-afe8-871bdfd918f0 ############################################################################### [DEFAULT] verbose=False debug=False dhcpbridge_flagfile=/etc/nova/nova.conf dhcpbridge=/usr/bin/nova-dhcpbridge logdir=/var/log/nova state_path=/var/lib/nova force_dhcp_release=True use_syslog = False ec2_private_dns_show_ip=True enabled_apis=osapi_compute,metadata my_ip = 192.168.4.85 force_raw_images = True block_device_allocate_retries = 300 host = juju-4bb50e-1-lxd-6.maas transport_url = rabbit://REDACTED # Per LP#1805645, dhcp_domain needs to be configured for nova-metadata-api # It gets this information from neutron. dhcp_domain = engineering-cloud.de.example.lan. vnc_enabled = False novnc_enabled = False libvirt_vif_driver = nova.virt.libvirt.vif.LibvirtGenericVIFDriver security_group_api = neutron firewall_driver = nova.virt.firewall.NoopFirewallDriver network_api_class = nova.network.neutronv2.api.API use_neutron = True volume_api_class = nova.volume.cinder.API instance_usage_audit = True instance_usage_audit_period = hour notify_on_state_change = vm_and_task_state reserved_host_memory_mb = 16384 reserved_host_disk_mb = 0 default_availability_zone = AZ1 metadata_workers = 4 initial_cpu_allocation_ratio = 16 initial_ram_allocation_ratio = 1 initial_disk_allocation_ratio = 1 [pci] [neutron] url = https://neutron-internal.engineering-cloud.example.com:9696 region_name = ABT102 auth_url = https://keystone-internal.engineering-cloud.example.com:35357 auth_type = password project_domain_name = service_domain user_domain_name = service_domain project_name = services username = nova password = REDACTED signing_dir = [keystone_authtoken] auth_type = password auth_uri = https://keystone-internal.engineering-cloud.example.com:5000 auth_url = https://keystone-internal.engineering-cloud.example.com:35357 project_domain_name = default user_domain_name = default project_name = services username = nova password = REDACTED signing_dir = [glance] api_servers = https://glance-internal.engineering-cloud.example.com:9292 [api] auth_strategy=keystone [spice] agent_enabled = True enabled = True html5proxy_base_url = https://nova.engineering-cloud.example.com:6082/spice_auto.html keymap = en-us server_listen = 192.168.4.85 server_proxyclient_address = 192.168.4.85 [libvirt] inject_key = false inject_password = False inject_partition = -2 cpu_mode = custom cpu_model = Skylake-Server-IBRS rbd_user = nova-ironic rbd_secret_uuid = 514c9fca-8cbe-11e2-9c52-3bc8c7819472 # Disable tunnelled migration so that selective # live block migration can be supported. live_migration_tunnelled = False default_ephemeral_format = ext4 hw_disk_discard = unmap [oslo_messaging_rabbit] [oslo_messaging_notifications] driver = messagingv2 transport_url = rabbit://REDACTED [notifications] notification_format = unversioned [cinder] catalog_info = volumev3:cinderv3:internalURL os_region_name = ABT102 cross_az_attach = True [oslo_concurrency] lock_path=/var/lock/nova [workarounds] disable_libvirt_livesnapshot = False [serial_console] enabled = false proxyclient_address = 192.168.4.85 base_url = ws://nova.engineering-cloud.example.com:6083/ [placement] auth_url = https://keystone-internal.engineering-cloud.example.com:35357 auth_type = password project_domain_name = default user_domain_name = default project_name = services username = nova password = REDACTED os_region_name = ABT102 region_name = ABT102 os_interface = internal [ironic] auth_type = password auth_url = https://keystone-internal.engineering-cloud.example.com:35357/v2.0 project_name = services username = nova password = REDACTED project_domain_name = service_domain user_domain_name = service_domain [compute] [wsgi] api_paste_config=/etc/nova/api-paste.ini