Task: determine if all new folsom nova options are in master branch documentation

Bug #1052978 reported by Anne Gentle
This bug report is a duplicate of:  Bug #1041703: update example nova.conf for folsom. Edit Remove
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
openstack-manuals
Triaged
High
Unassigned

Bug Description

We've been pretty good about bringing in new options, but a thorough check is in order now that we're nearing release time.

 Here's a sample folsom nova.conf file from a 9/19/12 devstack installation, 206 options retrieved by running:
nova-manage config list

bandwidth_poll_interval = 600
default_floating_pool = nova
ca_file = cacert.pem
sql_connection_debug = 0
fixed_range = 10.0.0.0/24
compute_topic = compute
glance_port = 9292
glance_api_servers = ['192.168.127.143:9292']
flat_interface = eth0
user_cert_subject = /C=US/ST=California/O=OpenStack/OU=NovaDev/CN=%.16s-%.16s-%s
quota_ram = 51200
cache_images = all
aws_access_key_id = admin
send_arp_for_ha = False
max_age = 0
network_size = 256
enable_new_services = True
my_ip = 192.168.127.143
quota_security_groups = 10
ec2_dmz_host = 192.168.127.143
lockout_attempts = 5
password_length = 12
security_group_handler = nova.network.sg.NullSecurityGroupHandler
public_interface = br100
quota_injected_file_path_bytes = 255
sqlite_db = nova.sqlite
osapi_compute_extension = ['nova.api.openstack.compute.contrib.standard_extensions']
allow_resize_to_same_host = True
reclaim_instance_interval = 0
rootwrap_config = /etc/nova/rootwrap.conf
notification_driver = []
osapi_max_limit = 1000
enable_instance_password = True
compute_api_class = nova.compute.api.API
fixed_range_v6 = fd00::/48
default_publisher_id = ubuntu
resume_guests_state_on_host_boot = False
dhcp_lease_time = 120
floating_ip_dns_manager = nova.network.dns_driver.DNSDriver
ec2_private_dns_show_ip = False
send_arp_for_ha_count = 3
snapshot_name_template = snapshot-%s
keystone_ec2_url = http://localhost:5000/v2.0/ec2tokens
metadata_host = 192.168.127.143
quota_cores = 20
quota_driver = nova.quota.DbQuotaDriver
debug = False
use_project_ca = False
routing_source_ip = 192.168.127.143
policy_file = policy.json
volume_topic = volume
dnsmasq_config_file =
volume_name_template = volume-%s
lock_path = /opt/stack/nova
rpc_cast_timeout = 30
state_path = /opt/stack/data/nova
until_refresh = 0
flat_network_dns = 8.8.4.4
use_stderr = True
fatal_deprecations = False
s3_port = 3333
logfile_mode = 0644
logging_context_format_string = %(asctime)s %(color)s%(levelname)s %(name)s [ESC[01;36m%(request_id)s ESC[00;36m%(user_name)s %(project_name)s%(color)s] ESC[01;35m%(instance)s%(color)s%(message)sESC[00m
quota_injected_file_content_bytes = 10240
vpn_ip = 192.168.127.143
isolated_hosts = []
instance_name_template = instance-%08x
ec2_host = 192.168.127.143
instance_usage_audit_period = month
cert_manager = nova.cert.manager.CertManager
quota_metadata_items = 128
logging_debug_format_suffix = ESC[00;33mfrom (pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d
ESC[00m
network_host = ubuntu
console_manager = nova.console.manager.ConsoleProxyManager
zombie_instance_updated_at_window = 172800
rpc_backend = nova.openstack.common.rpc.impl_kombu
default_log_levels = ['amqplib=WARN', 'sqlalchemy=WARN', 'boto=WARN', 'suds=INFO', 'keystone=INFO', 'eventlet.wsgi.server=WARN']
osapi_volume_extension = ['nova.api.openstack.volume.contrib.standard_extensions']
dhcp_domain = novalocal
sql_connection = mysql://root:ecd009652c6b24aa1b1e@localhost/nova?charset=utf8
console_topic = console
ec2_strict_validation = True
api_rate_limit = True
host = ubuntu
instance_dns_domain =
non_inheritable_image_properties = ['cache_in_nova', 'instance_uuid', 'user_id', 'image_type', 'backup_type', 'min_ram', 'min_disk']
fixed_ip_disassociate_timeout = 600
key_file = private/cakey.pem
floating_range = 4.4.4.0/24
multi_host = False
glance_num_retries = 0
db_backend = sqlalchemy
sql_retry_interval = 10
vpn_start = 1000
reservation_expire = 86400
networks_path = /opt/stack/data/nova/networks
crl_file = crl.pem
monkey_patch = False
rpc_conn_pool_size = 30
s3_host = 192.168.127.143
sqlite_synchronous = True
start_guests_on_host_boot = False
vlan_interface = eth0
linuxnet_ovs_integration_bridge = br-int
scheduler_topic = scheduler
verbose = True
sql_max_retries = 10
default_instance_type = m1.small
vpn_key_suffix = -vpn
use_cow_images = True
quota_injected_files = 5
null_kernel = nokernel
notify_on_any_change = False
quota_key_pairs = 100
instance_format = [instance: %(uuid)s]
rpc_response_timeout = 60
osapi_compute_ext_list = []
defer_iptables_apply = False
publish_errors = False
consoleauth_topic = consoleauth
use_forwarded_for = False
service_down_time = 60
logging_exception_prefix = %(color)s%(asctime)s TRACE %(name)s ESC[01;35m%(instance)sESC[00m
enabled_apis = ['ec2', 'osapi_compute', 'metadata']
volume_api_class = nova.volume.cinder.API
default_notification_level = INFO
scheduler_manager = nova.scheduler.manager.SchedulerManager
ec2_port = 8773
monkey_patch_modules = ['nova.api.ec2.cloud:nova.notifier.api.notify_decorator', 'nova.compute.api:nova.notifier.api.notify_decorator']
rpc_thread_pool_size = 64
quota_volumes = 10
flat_network_bridge = br100
ec2_scheme = http
keys_path = /opt/stack/data/nova/keys
lockout_window = 15
vpn_image_id = 0
vpn_image_id = 0
disable_process_locking = False
allowed_rpc_exception_modules = ['nova.openstack.common.exception', 'nova.exception']
auto_assign_floating_ip = False
cert_topic = cert
quota_floating_ips = 10
fake_call = False
instance_dns_manager = nova.network.dns_driver.DNSDriver
sql_idle_timeout = 3600
glance_host = 192.168.127.143
default_image = ami-11111
aws_secret_access_key = admin
use_ipv6 = False
log_format = %(asctime)s %(levelname)8s [%(name)s] %(message)s
fake_network = False
metadata_port = 8775
force_dhcp_release = True
dhcpbridge_flagfile = /etc/nova/nova.conf
quota_gigabytes = 1000
region_list = []
dhcpbridge = /opt/stack/nova/bin/nova-dhcpbridge
num_networks = 1
network_manager = nova.network.manager.FlatDHCPManager
root_helper = sudo
logging_default_format_string = %(asctime)s %(color)s%(levelname)s %(name)s [ESC[00;36m-%(color)s]
ESC[01;35m%(instance)s%(color)s%(message)sESC[00m
osapi_volume_ext_list = []
fake_rabbit = False
log_date_format = %Y-%m-%d %H:%M:%S
ca_path = /opt/stack/data/nova/CA
dmz_cidr = []
use_syslog = False
sql_connection_trace = False
osapi_path = /v1.1/
syslog_log_facility = LOG_USER
ec2_path = /services/Cloud
linuxnet_interface_driver = nova.network.linux_net.LinuxBridgeInterfaceDriver
bindir = /opt/stack/nova/bin
auth_strategy = keystone
config_file = ['/etc/nova/nova.conf']
network_api_class = nova.network.api.API
node_availability_zone = nova
lockout_minutes = 15
instance_uuid_format = [instance: %(uuid)s]
db_driver = nova.db
create_unique_mac_address_attempts = 5
volume_manager = nova.volume.manager.VolumeManager
glance_api_insecure = False
pybasedir = /opt/stack/nova
vlan_start = 100
ipv6_backend = rfc2462
l3_lib = nova.network.l3.LinuxNetL3
isolated_images = []
flat_injected = False
api_paste_config = /etc/nova/api-paste.ini
quota_security_group_rules = 20
network_driver = nova.network.linux_net
quota_instances = 10
project_cert_subject = /C=US/ST=California/O=OpenStack/OU=NovaDev/CN=project-ca-%.16s-%s
policy_default_rule = default
use_single_default_gateway = False
control_exchange = nova
cnt_vpn_clients = 0
compute_manager = nova.compute.manager.ComputeManager
network_topic = network

Revision history for this message
Anne Gentle (annegentle) wrote :

Making a duplicate since the other bug points to the code patch that has all the updated options from nova.conf.sample.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.