[Bug 1167888] Re: Error with Deallocating network for instance

kaytaz alexey at kaytaz.ru
Thu Apr 11 12:06:22 UTC 2013


Typical config for compute nodes:

# cat /etc/nova/nova.conf 
--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
--allow_admin_api=true
--use_deprecated_auth=false
--auth_strategy=keystone
--scheduler_driver=nova.scheduler.simple.SimpleScheduler
--s3_host=10.0.20.2
--ec2_host=10.0.20.2
--rabbit_host=10.0.20.2
--cc_host=10.0.20.2
--nova_url=http://10.0.20.2:8774/v1.1/
#--routing_source_ip=10.0.20.2
--glance_api_servers=10.0.20.2:9292
--image_service=nova.image.glance.GlanceImageService
--iscsi_ip_prefix=10.0
--sql_connection=mysql://novadbadmin:faK3EeCu@10.0.20.2/nova
--ec2_url=http://10.0.20.2:8773/services/Cloud
--keystone_ec2_url=http://10.0.20.2:5000/v2.0/ec2tokens
--api_paste_config=/etc/nova/api-paste.ini
--libvirt_type=kvm
--libvirt_use_virtio_for_bridges=true
#  unused base images will be removed
--remove_unused_base_images=true
--start_guests_on_host_boot=true
--resume_guests_state_on_host_boot=true
# network specific settings
--network_manager=nova.network.manager.FlatDHCPManager
--public_interface=eth0
--flat_interface=eth1
--flat_network_bridge=br100

--fixed_range=10.0.16.0/22
--floating_range=10.0.21.0/25
--network_size=32
--flat_network_dhcp_start=10.0.16.33

--flat_injected=False
--force_dhcp_release
--iscsi_helper=tgtadm
--connection_type=libvirt
--root_helper=sudo nova-rootwrap
--verbose

--vnc_enabled=true
--vncproxy_url=http://10.0.20.6:6080
--vnc_console_proxy_url=http://10.0.20.6:6080

--novnc_enabled=true
--vncserver_listen=10.0.20.6
--vncserver_proxyclient_address=10.0.20.6
--novncproxy_base_url=http://10.0.20.6:6080/vnc_auto.html
--xvpvncproxy_base_url=http://10.0.20.6:6081/console

--multi_host
--enabled_apis=metadata

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/1167888

Title:
  Error with Deallocating network for instance

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/1167888/+subscriptions



More information about the Ubuntu-server-bugs mailing list