~ubuntu-branches/ubuntu/quantal/nova/quantal-proposed

« back to all changes in this revision

Viewing changes to etc/nova/nova.conf.sample

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2012-08-16 14:04:11 UTC
  • mto: This revision was merged to the branch mainline in revision 84.
  • Revision ID: package-import@ubuntu.com-20120816140411-0mr4n241wmk30t9l
Tags: upstream-2012.2~f3
ImportĀ upstreamĀ versionĀ 2012.2~f3

Show diffs side-by-side

added added

removed removed

Lines of Context:
348
348
# volume_api_class=nova.volume.api.API
349
349
#### (StrOpt) The full class name of the volume API class to use
350
350
 
351
 
# security_group_handler=nova.network.quantum.sg.NullSecurityGroupHandler
 
351
# security_group_handler=nova.network.quantumv2.sg.NullSecurityGroupHandler
352
352
#### (StrOpt) The full class name of the security group handler class
353
353
 
354
354
# default_access_ip_network_name=<None>
1011
1011
# l3_lib=nova.network.l3.LinuxNetL3
1012
1012
#### (StrOpt) Indicates underlying L3 management library
1013
1013
 
1014
 
 
1015
 
######## defined in nova.network.quantum.manager ########
1016
 
 
1017
 
# quantum_ipam_lib=nova.network.quantum.nova_ipam_lib
1018
 
#### (StrOpt) Indicates underlying IP address management library
1019
 
 
1020
 
# use_melange_mac_generation=false
1021
 
#### (BoolOpt) Use Melange for assignment of MAC addresses
1022
 
 
1023
 
# quantum_use_dhcp=false
1024
 
#### (BoolOpt) Whether or not to enable DHCP for networks
1025
 
 
1026
 
# quantum_use_port_security=false
1027
 
#### (BoolOpt) Whether or not to enable port security
1028
 
 
1029
 
# quantum_port_security_include_link_local=false
1030
 
#### (BoolOpt) Add the link local address to the port security list
1031
 
 
1032
 
 
1033
 
######## defined in nova.network.quantum.melange_connection ########
1034
 
 
1035
 
# melange_host=127.0.0.1
1036
 
#### (StrOpt) HOST for connecting to melange
1037
 
 
1038
 
# melange_port=9898
1039
 
#### (IntOpt) PORT for connecting to melange
1040
 
 
1041
 
# melange_num_retries=0
1042
 
#### (IntOpt) Number retries when contacting melange
1043
 
 
1044
 
 
1045
 
######## defined in nova.network.quantum.quantum_connection ########
1046
 
 
1047
 
# quantum_connection_host=127.0.0.1
1048
 
#### (StrOpt) HOST for connecting to quantum
1049
 
 
1050
 
# quantum_connection_port=9696
1051
 
#### (IntOpt) PORT for connecting to quantum
1052
 
 
1053
 
# quantum_default_tenant_id=default
1054
 
#### (StrOpt) Default tenant id when creating quantum networks
1055
 
 
1056
 
# quantum_request_timeout=20
1057
 
#### (IntOpt) Maximum amount of time to wait for quantum request
1058
 
 
1059
 
 
1060
1014
######## defined in nova.notifier.api ########
1061
1015
 
1062
1016
# default_notification_level=INFO
1440
1394
 
1441
1395
######## defined in nova.virt.libvirt.imagecache ########
1442
1396
 
1443
 
# remove_unused_base_images=false
 
1397
# remove_unused_base_images=true
1444
1398
#### (BoolOpt) Should unused base images be removed?
1445
1399
 
1446
1400
# remove_unused_resized_minimum_age_seconds=3600
1662
1616
#### (StrOpt) Address that the XCP VNC proxy should bind to
1663
1617
 
1664
1618
 
 
1619
######## defined in nova.volume.api ########
 
1620
 
 
1621
# snapshot_same_host=true
 
1622
#### (BoolOpt) Create volume form snapshot at the host where snapshot resides.
 
1623
 
 
1624
 
1665
1625
######## defined in nova.volume.driver ########
1666
1626
 
1667
1627
# volume_group=nova-volumes
1807
1767
#### (StrOpt) The ZFS path under which to create zvols for volumes.
1808
1768
 
1809
1769
 
1810
 
# Total option count: 482
 
1770
######## defined in nova.volume.storwize_svc ########
 
1771
 
 
1772
# storwize_svc_volpool_name=volpool
 
1773
#### (StrOpt) Storage system storage pool for volumes
 
1774
 
 
1775
# storwize_svc_vol_vtype=striped
 
1776
#### (StrOpt) Storage system volume type for volumes
 
1777
 
 
1778
# storwize_svc_vol_rsize=2%
 
1779
#### (StrOpt) Storage system space-efficiency parameter for volumes
 
1780
 
 
1781
# storwize_svc_vol_warning=0
 
1782
#### (StrOpt) Storage system threshold for volume capacity warnings
 
1783
 
 
1784
# storwize_svc_vol_autoexpand=True
 
1785
#### (BoolOpt) Storage system autoexpand parameter for volumes (True/False)
 
1786
 
 
1787
# storwize_svc_vol_grainsize=256
 
1788
#### (StrOpt) Storage system grain size parameter for volumes (32/64/128/256)
 
1789
 
 
1790
# storwize_svc_flashcopy_timeout=120
 
1791
#### (StrOpt) Maximum number of seconds to wait for FlashCopy to be prepared. Maximum value is 600 seconds (10 minutes).
 
1792
 
 
1793
 
 
1794
# Total option count: 489