byghis

OpenStack Cactus/sudo nova-compute --help

Oct 19th, 2011
279
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.17 KB | None | 0 0
  1. edward@pituba:~$ sudo nova-compute --help
  2. Starter script for Nova Compute.
  3. flags:
  4.  
  5. /usr/bin/nova-compute:
  6. --ajax_console_proxy_port: port that ajax_console_proxy binds
  7. (default: '8000')
  8. --ajax_console_proxy_topic: the topic ajax proxy nodes listen on
  9. (default: 'ajax_proxy')
  10. --ajax_console_proxy_url: location of ajax console proxy, in the form
  11. "http://127.0.0.1:8000"
  12. (default: 'http://127.0.0.1:8000')
  13. --auth_token_ttl: Seconds for auth tokens to linger
  14. (default: '3600')
  15. (an integer)
  16. --aws_access_key_id: AWS Access ID
  17. (default: 'admin')
  18. --aws_secret_access_key: AWS Access Key
  19. (default: 'admin')
  20. --compute_manager: Manager for compute
  21. (default: 'nova.compute.manager.ComputeManager')
  22. --compute_topic: the topic compute nodes listen on
  23. (default: 'compute')
  24. --connection_type: libvirt, xenapi or fake
  25. (default: 'libvirt')
  26. --console_manager: Manager for console proxy
  27. (default: 'nova.console.manager.ConsoleProxyManager')
  28. --console_topic: the topic console proxy nodes listen on
  29. (default: 'console')
  30. --control_exchange: the main exchange to connect to
  31. (default: 'nova')
  32. --default_image: default image to use, testing only
  33. (default: 'ami-11111')
  34. --default_instance_type: default instance type to use, testing only
  35. (default: 'm1.small')
  36. --default_project: default project for openstack
  37. (default: 'openstack')
  38. --ec2_dmz_host: internal ip of api server
  39. (default: '$my_ip')
  40. --ec2_host: ip of api server
  41. (default: '$my_ip')
  42. --ec2_path: suffix for ec2
  43. (default: '/services/Cloud')
  44. --ec2_port: cloud controller port
  45. (default: '8773')
  46. (an integer)
  47. --ec2_scheme: prefix for ec2
  48. (default: 'http')
  49. --[no]fake_network: should we use fake network devices and addresses
  50. (default: 'false')
  51. --[no]fake_rabbit: use a fake rabbit
  52. (default: 'false')
  53. --glance_host: glance host
  54. (default: '$my_ip')
  55. --glance_port: glance port
  56. (default: '9292')
  57. (an integer)
  58. --host: name of this node
  59. (default: 'pituba')
  60. --image_service: The service to use for retrieving and searching for images.
  61. (default: 'nova.image.local.LocalImageService')
  62. --lock_path: Directory for lock files
  63. (default: '/usr/lib/pymodules/python2.7/nova/../')
  64. --logdir: output to a per-service log file in named directory
  65. --my_ip: host ip address
  66. (default: '139.82.2.181')
  67. --network_manager: Manager for network
  68. (default: 'nova.network.manager.VlanManager')
  69. --network_topic: the topic network nodes listen on
  70. (default: 'network')
  71. --node_availability_zone: availability zone of this node
  72. (default: 'nova')
  73. --null_kernel: kernel image that indicates not to use a kernel, but to use a
  74. raw disk image instead
  75. (default: 'nokernel')
  76. --osapi_extensions_path: default directory for nova extensions
  77. (default: '/var/lib/nova/extensions')
  78. --osapi_host: ip of api server
  79. (default: '$my_ip')
  80. --osapi_max_limit: max number of items returned in a collection response
  81. (default: '1000')
  82. (an integer)
  83. --osapi_path: suffix for openstack
  84. (default: '/v1.0/')
  85. --osapi_port: OpenStack API port
  86. (default: '8774')
  87. (an integer)
  88. --osapi_scheme: prefix for openstack
  89. (default: 'http')
  90. --rabbit_host: rabbit host
  91. (default: 'localhost')
  92. --rabbit_max_retries: rabbit connection attempts
  93. (default: '12')
  94. (an integer)
  95. --rabbit_password: rabbit password
  96. (default: 'guest')
  97. --rabbit_port: rabbit port
  98. (default: '5672')
  99. (an integer)
  100. --rabbit_retry_interval: rabbit connection retry interval
  101. (default: '10')
  102. (an integer)
  103. --rabbit_userid: rabbit userid
  104. (default: 'guest')
  105. --rabbit_virtual_host: rabbit virtual host
  106. (default: '/')
  107. --region_list: list of region=fqdn pairs separated by commas
  108. (default: '')
  109. (a comma separated list)
  110. --s3_dmz: s3 dmz ip (for instances)
  111. (default: '$my_ip')
  112. --s3_host: s3 host (for infrastructure)
  113. (default: '$my_ip')
  114. --s3_port: s3 port
  115. (default: '3333')
  116. (an integer)
  117. --scheduler_manager: Manager for scheduler
  118. (default: 'nova.scheduler.manager.SchedulerManager')
  119. --scheduler_topic: the topic scheduler nodes listen on
  120. (default: 'scheduler')
  121. --sql_connection: connection string for sql database
  122. (default: 'sqlite:///$state_path/$sqlite_db')
  123. --sql_idle_timeout: timeout for idle sql database connections
  124. (default: '3600')
  125. (an integer)
  126. --sql_max_retries: sql connection attempts
  127. (default: '12')
  128. (an integer)
  129. --sql_retry_interval: sql connection retry interval
  130. (default: '10')
  131. (an integer)
  132. --sqlite_db: file name for sqlite
  133. (default: 'nova.sqlite')
  134. --state_path: Top-level directory for maintaining nova's state
  135. (default: '/usr/lib/pymodules/python2.7/nova/../')
  136. --[no]verbose: show debug output
  137. (default: 'false')
  138. --volume_manager: Manager for volume
  139. (default: 'nova.volume.manager.VolumeManager')
  140. --volume_topic: the topic volume nodes listen on
  141. (default: 'volume')
  142. --vpn_image_id: AMI for cloudpipe vpn server
  143. (default: 'ami-cloudpipe')
  144. --vpn_key_suffix: Suffix to add to project name for vpn key and secgroups
  145. (default: '-vpn')
  146. --zone_capabilities: Key/Multi-value list representng capabilities of this
  147. zone
  148. (default: 'hypervisor=xenserver;kvm,os=linux;windows')
  149. (a comma separated list)
  150. --zone_name: name of this zone
  151. (default: 'nova')
  152.  
  153. nova.auth.manager:
  154. --allowed_roles: Allowed roles for project
  155. (default: 'cloudadmin,itsec,sysadmin,netadmin,developer')
  156. (a comma separated list)
  157. --auth_driver: Driver that auth manager uses
  158. (default: 'nova.auth.dbdriver.DbDriver')
  159. --credential_cert_file: Filename of certificate in credentials zip
  160. (default: 'cert.pem')
  161. --credential_key_file: Filename of private key in credentials zip
  162. (default: 'pk.pem')
  163. --credential_rc_file: Filename of rc in credentials zip, %s will be replaced
  164. by name of the region (nova by default)
  165. (default: '%src')
  166. --credential_vpn_file: Filename of certificate in credentials zip
  167. (default: 'nova-vpn.conf')
  168. --credentials_template: Template for creating users rc file
  169. (default: '/usr/lib/pymodules/python2.7/nova/auth/novarc.template')
  170. --global_roles: Roles that apply to all projects
  171. (default: 'cloudadmin,itsec')
  172. (a comma separated list)
  173. --superuser_roles: Roles that ignore authorization checking completely
  174. (default: 'cloudadmin')
  175. (a comma separated list)
  176. --vpn_client_template: Template for creating users vpn file
  177. (default:
  178. '/usr/lib/pymodules/python2.7/nova/cloudpipe/client.ovpn.template')
  179.  
  180. nova.compute.manager:
  181. --compute_driver: Driver to use for controlling virtualization
  182. (default: 'nova.virt.connection.get_connection')
  183. --console_host: Console proxy host to use to connect to instances onthis host.
  184. (default: 'pituba')
  185. --instances_path: where instances are stored on disk
  186. (default: '$state_path/instances')
  187. --live_migration_retry_count: Retry count needed in live_migration. sleep 1
  188. sec for each count
  189. (default: '30')
  190. (an integer)
  191. --password_length: Length of generated admin passwords
  192. (default: '12')
  193. (an integer)
  194. --rescue_timeout: Automatically unrescue an instance after N seconds. Set to 0
  195. to disable.
  196. (default: '0')
  197. (an integer)
  198. --stub_network: Stub network related code
  199. (default: 'False')
  200.  
  201. nova.crypto:
  202. --ca_file: Filename of root CA
  203. (default: 'cacert.pem')
  204. --ca_path: Where we keep our root CA
  205. (default: '$state_path/CA')
  206. --crl_file: Filename of root Certificate Revokation List
  207. (default: 'crl.pem')
  208. --key_file: Filename of private key
  209. (default: 'private/cakey.pem')
  210. --keys_path: Where we keep our keys
  211. (default: '$state_path/keys')
  212. --project_cert_subject: Subject for certificate for projects, %s for project,
  213. timestamp
  214. (default: '/C=US/ST=California/L=MountainView/O=AnsoLabs/OU=NovaDev/CN=proje
  215. ct-ca-%s-%s')
  216. --[no]use_project_ca: Should we use a CA for each project?
  217. (default: 'false')
  218. --user_cert_subject: Subject for certificate for users, %s for project, user,
  219. timestamp
  220. (default:
  221. '/C=US/ST=California/L=MountainView/O=AnsoLabs/OU=NovaDev/CN=%s-%s-%s')
  222. --vpn_cert_subject: Subject for certificate for vpns, %s for project,
  223. timestamp
  224. (default: '/C=US/ST=California/L=MountainView/O=AnsoLabs/OU=NovaDev/CN=proje
  225. ct-vpn-%s-%s')
  226.  
  227. nova.db.api:
  228. --db_backend: The backend to use for db
  229. (default: 'sqlalchemy')
  230. --[no]enable_new_services: Services to be added to the available pool on
  231. create
  232. (default: 'true')
  233. --instance_name_template: Template string to be used to generate instance
  234. names
  235. (default: 'instance-%08x')
  236. --volume_name_template: Template string to be used to generate instance names
  237. (default: 'volume-%08x')
  238.  
  239. nova.db.base:
  240. --db_driver: driver to use for database access
  241. (default: 'nova.db.api')
  242.  
  243. nova.log:
  244. --default_log_levels: list of logger=LEVEL pairs
  245. (default:
  246. 'amqplib=WARN,sqlalchemy=WARN,boto=WARN,eventlet.wsgi.server=WARN')
  247. (a comma separated list)
  248. --logfile: output to named file
  249. --logging_context_format_string: format string to use for log messages with
  250. context
  251. (default: '%(asctime)s %(levelname)s %(name)s [%(request_id)s %(user)s
  252. %(project)s] %(message)s')
  253. --logging_debug_format_suffix: data to append to log format when level is
  254. DEBUG
  255. (default: 'from (pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d')
  256. --logging_default_format_string: format string to use for log messages without
  257. context
  258. (default: '%(asctime)s %(levelname)s %(name)s [-] %(message)s')
  259. --logging_exception_prefix: prefix each line of exception output with this
  260. format
  261. (default: '(%(name)s): TRACE: ')
  262. --[no]use_syslog: output to syslog
  263. (default: 'false')
  264.  
  265. nova.network.linux_net:
  266. --dhcp_domain: domain to use for building the hostnames
  267. (default: 'novalocal')
  268. --dhcp_lease_time: Lifetime of a DHCP lease
  269. (default: '120')
  270. (an integer)
  271. --dhcpbridge: location of nova-dhcpbridge
  272. (default: '/usr/lib/pymodules/python2.7/bin/nova-dhcpbridge')
  273. --dhcpbridge_flagfile: location of flagfile for dhcpbridge
  274. (default: '/etc/nova/nova-dhcpbridge.conf')
  275. --dmz_cidr: dmz range that should be accepted
  276. (default: '10.128.0.0/24')
  277. --dns_server: if set, uses specific dns server for dnsmasq
  278. --input_chain: chain to add nova_input to
  279. (default: 'INPUT')
  280. --networks_path: Location to keep network config files
  281. (default: '$state_path/networks')
  282. --public_interface: Interface for public IP addresses
  283. (default: 'eth0')
  284. --routing_source_ip: Public IP of network host
  285. (default: '$my_ip')
  286.  
  287. nova.network.manager:
  288. --cnt_vpn_clients: Number of addresses reserved for vpn clients
  289. (default: '0')
  290. (an integer)
  291. --[no]fake_call: If True, skip using the queue and make local calls
  292. (default: 'false')
  293. --fixed_ip_disassociate_timeout: Seconds after which a deallocated ip is
  294. disassociated
  295. (default: '600')
  296. (an integer)
  297. --fixed_range: Fixed IP address block
  298. (default: '10.0.0.0/8')
  299. --fixed_range_v6: Fixed IPv6 address block
  300. (default: 'fd00::/48')
  301. --[no]flat_injected: Whether to attempt to inject network setup into guest
  302. (default: 'true')
  303. --flat_interface: FlatDhcp will bridge into this interface if set
  304. --flat_network_bridge: Bridge for simple network instances
  305. (default: 'br100')
  306. --flat_network_dhcp_start: Dhcp start for FlatDhcp
  307. (default: '10.0.0.2')
  308. --flat_network_dns: Dns for simple network
  309. (default: '8.8.4.4')
  310. --floating_range: Floating IP address block
  311. (default: '4.4.4.0/24')
  312. --network_driver: Driver to use for network creation
  313. (default: 'nova.network.linux_net')
  314. --network_host: Network host to use for ip allocation in flat modes
  315. (default: 'pituba')
  316. --network_size: Number of addresses in each private subnet
  317. (default: '256')
  318. (an integer)
  319. --num_networks: Number of networks to support
  320. (default: '1')
  321. (an integer)
  322. --[no]update_dhcp_on_disassociate: Whether to update dhcp when fixed_ip is
  323. disassociated
  324. (default: 'false')
  325. --[no]use_ipv6: use the ipv6
  326. (default: 'false')
  327. --vlan_interface: network device for vlans
  328. (default: 'eth0')
  329. --vlan_start: First VLAN for private networks
  330. (default: '100')
  331. (an integer)
  332. --vpn_ip: Public IP for the cloudpipe VPN servers
  333. (default: '$my_ip')
  334. --vpn_start: First Vpn port for private networks
  335. (default: '1000')
  336. (an integer)
  337.  
  338. nova.quota:
  339. --quota_cores: number of instance cores allowed per project
  340. (default: '20')
  341. (an integer)
  342. --quota_floating_ips: number of floating ips allowed per project
  343. (default: '10')
  344. (an integer)
  345. --quota_gigabytes: number of volume gigabytes allowed per project
  346. (default: '1000')
  347. (an integer)
  348. --quota_instances: number of instances allowed per project
  349. (default: '10')
  350. (an integer)
  351. --quota_max_injected_file_content_bytes: number of bytes allowed per injected
  352. file
  353. (default: '10240')
  354. (an integer)
  355. --quota_max_injected_file_path_bytes: number of bytes allowed per injected
  356. file path
  357. (default: '255')
  358. (an integer)
  359. --quota_max_injected_files: number of injected files allowed
  360. (default: '5')
  361. (an integer)
  362. --quota_metadata_items: number of metadata items allowed per instance
  363. (default: '128')
  364. (an integer)
  365. --quota_volumes: number of volumes allowed per project
  366. (default: '10')
  367. (an integer)
  368.  
  369. nova.rpc:
  370. --rpc_thread_pool_size: Size of RPC thread pool
  371. (default: '1024')
  372. (an integer)
  373.  
  374. nova.scheduler.api:
  375. --[no]enable_zone_routing: When True, routing to child zones will occur.
  376. (default: 'false')
  377.  
  378. nova.service:
  379. --api_paste_config: File name for the paste.deploy config for nova-api
  380. (default: 'api-paste.ini')
  381. --ec2_listen: IP address for EC2 API to listen
  382. (default: '0.0.0.0')
  383. --ec2_listen_port: port for ec2 api to listen
  384. (default: '8773')
  385. (an integer)
  386. -?,--[no]help: show this help
  387. --[no]helpshort: show usage only for this module
  388. --[no]helpxml: like --help, but generates XML output
  389. --osapi_listen: IP address for OpenStack API to listen
  390. (default: '0.0.0.0')
  391. --osapi_listen_port: port for os api to listen
  392. (default: '8774')
  393. (an integer)
  394. --periodic_interval: seconds between running periodic tasks
  395. (default: '60')
  396. (a positive integer)
  397. --report_interval: seconds between nodes reporting state to datastore
  398. (default: '10')
  399. (a positive integer)
  400.  
  401. nova.virt.disk:
  402. --block_size: block_size to use for dd
  403. (default: '268435456')
  404. (an integer)
  405. --injected_network_template: Template file for injected network
  406. (default: '/usr/lib/pymodules/python2.7/nova/virt/interfaces.template')
  407. --max_nbd_devices: maximum number of possible nbd devices
  408. (default: '16')
  409. (an integer)
  410. --minimum_root_size: minimum size in bytes of root partition
  411. (default: '10737418240')
  412. (an integer)
  413. --timeout_nbd: time to wait for a NBD device coming up
  414. (default: '10')
  415. (an integer)
  416.  
  417. nova.virt.libvirt_conn:
  418. --ajaxterm_portrange: Range of ports that ajaxterm should randomly try to bind
  419. (default: '10000-12000')
  420. --[no]allow_project_net_traffic: Whether to allow in project network traffic
  421. (default: 'true')
  422. --cpuinfo_xml_template: CpuInfo XML Template (Used only live migration now)
  423. (default: '/usr/lib/pymodules/python2.7/nova/virt/cpuinfo.xml.template')
  424. --firewall_driver: Firewall driver (defaults to iptables)
  425. (default: 'nova.virt.libvirt_conn.IptablesFirewallDriver')
  426. --libvirt_type: Libvirt domain type (valid options are: kvm, lxc, qemu, uml,
  427. xen)
  428. (default: 'kvm')
  429. --libvirt_uri: Override the default libvirt URI (which is dependent on
  430. libvirt_type)
  431. (default: '')
  432. --libvirt_xml_template: Libvirt XML Template
  433. (default: '/usr/lib/pymodules/python2.7/nova/virt/libvirt.xml.template')
  434. --live_migration_bandwidth: Define live migration behavior
  435. (default: '0')
  436. (an integer)
  437. --live_migration_flag: Define live migration behavior.
  438. (default: 'VIR_MIGRATE_UNDEFINE_SOURCE, VIR_MIGRATE_PEER2PEER')
  439. --live_migration_uri: Define protocol used by live_migration feature
  440. (default: 'qemu+tcp://%s/system')
  441. --qemu_img: binary to use for qemu-img commands
  442. (default: 'qemu-img')
  443. --rescue_image_id: Rescue ami image
  444. (default: 'ami-rescue')
  445. --rescue_kernel_id: Rescue aki image
  446. (default: 'aki-rescue')
  447. --rescue_ramdisk_id: Rescue ari image
  448. (default: 'ari-rescue')
  449. --[no]start_guests_on_host_boot: Whether to restart guests when the host
  450. reboots
  451. (default: 'false')
  452. --[no]use_cow_images: Whether to use cow images
  453. (default: 'true')
  454.  
  455. nova.virt.vmwareapi.vim:
  456. --vmwareapi_wsdl_loc: VIM Service WSDL Locatione.g
  457. http://<server>/vimService.wsdlDue to a bug in vSphere ESX 4.1 default
  458. wsdlRefer readme-vmware to setup
  459.  
  460. nova.virt.vmwareapi_conn:
  461. --vmwareapi_api_retry_count: The number of times we retry on failures, e.g.,
  462. socket error, etc.Used only if connection_type is vmwareapi
  463. (default: '10.0')
  464. (a number)
  465. --vmwareapi_host_ip: URL for connection to VMWare ESX host.Required if
  466. connection_type is vmwareapi.
  467. --vmwareapi_host_password: Password for connection to VMWare ESX host.Used
  468. only if connection_type is vmwareapi.
  469. --vmwareapi_host_username: Username for connection to VMWare ESX host.Used
  470. only if connection_type is vmwareapi.
  471. --vmwareapi_task_poll_interval: The interval used for polling of remote tasks
  472. Used only if connection_type is vmwareapi
  473. (default: '5.0')
  474. (a number)
  475. --vmwareapi_vlan_interface: Physical ethernet adapter name for vlan networking
  476. (default: 'vmnic0')
  477.  
  478. nova.virt.xenapi.vm_utils:
  479. --block_device_creation_timeout: time to wait for a block device to be created
  480. (default: '10')
  481. (an integer)
  482. --default_os_type: Default OS type
  483. (default: 'linux')
  484.  
  485. nova.virt.xenapi_conn:
  486. --iqn_prefix: IQN Prefix
  487. (default: 'iqn.2010-10.org.openstack')
  488. --target_host: iSCSI Target Host
  489. --target_port: iSCSI Target Port, 3260 Default
  490. (default: '3260')
  491. --xenapi_agent_path: Specifies the path in which the xenapi guest agent should
  492. be located. If the agent is present, network configuration is not injected
  493. into the image Used only if connection_type=xenapi. and
  494. xenapi_inject_image=True
  495. (default: 'usr/sbin/xe-update-networking')
  496. --xenapi_connection_password: Password for connection to XenServer/Xen Cloud
  497. Platform. Used only if connection_type=xenapi.
  498. --xenapi_connection_url: URL for connection to XenServer/Xen Cloud Platform.
  499. Required if connection_type=xenapi.
  500. --xenapi_connection_username: Username for connection to XenServer/Xen Cloud
  501. Platform. Used only if connection_type=xenapi.
  502. (default: 'root')
  503. --xenapi_image_service: Where to get VM images: glance or objectstore.
  504. (default: 'glance')
  505. --[no]xenapi_inject_image: Specifies whether an attempt to inject network/key
  506. data into the disk image should be made. Used only if
  507. connection_type=xenapi.
  508. (default: 'true')
  509. --xenapi_login_timeout: Timeout in seconds for XenAPI login.
  510. (default: '10')
  511. (an integer)
  512. --[no]xenapi_remap_vbd_dev: Used to enable the remapping of VBD dev (Works
  513. around an issue in Ubuntu Maverick)
  514. (default: 'false')
  515. --xenapi_remap_vbd_dev_prefix: Specify prefix to remap VBD dev to (ex.
  516. /dev/xvdb -> /dev/sdb)
  517. (default: 'sd')
  518. --xenapi_sr_base_path: Base path to the storage repository
  519. (default: '/var/run/sr-mount')
  520. --xenapi_task_poll_interval: The interval used for polling of remote tasks
  521. (Async.VM.start, etc). Used only if connection_type=xenapi.
  522. (default: '0.5')
  523. (a number)
  524. --xenapi_vhd_coalesce_max_attempts: Max number of times to poll for VHD to
  525. coalesce. Used only if connection_type=xenapi.
  526. (default: '5')
  527. (an integer)
  528. --xenapi_vhd_coalesce_poll_interval: The interval used for polling of
  529. coalescing vhds. Used only if connection_type=xenapi.
  530. (default: '5.0')
  531. (a number)
  532.  
  533. nova.vnc:
  534. --[no]vnc_enabled: enable vnc related features
  535. (default: 'true')
  536. --vncproxy_topic: the topic vnc proxy nodes listen on
  537. (default: 'vncproxy')
  538. --vncproxy_url: location of vnc console proxy, in the form
  539. "http://127.0.0.1:6080"
  540. (default: 'http://127.0.0.1:6080')
  541. --vncserver_host: the host interface on which vnc server should listen
  542. (default: '0.0.0.0')
  543.  
  544. nova.volume.driver:
  545. --aoe_eth_dev: Which device to export the volumes on
  546. (default: 'eth0')
  547. --blades_per_shelf: Number of vblade blades per shelf
  548. (default: '16')
  549. (an integer)
  550. --iscsi_ip_prefix: discover volumes on the ip that starts with this prefix
  551. (default: '$my_ip')
  552. --iscsi_num_targets: Number of iscsi target ids per host
  553. (default: '100')
  554. (an integer)
  555. --iscsi_target_prefix: prefix for iscsi volumes
  556. (default: 'iqn.2010-10.org.openstack:')
  557. --num_iscsi_scan_tries: number of times to rescan iSCSI target to find volume
  558. (default: '3')
  559. --num_shell_tries: number of times to attempt to run flakey shell commands
  560. (default: '3')
  561. --num_shelves: Number of vblade shelves
  562. (default: '100')
  563. (an integer)
  564. --rbd_pool: the rbd pool in which volumes are stored
  565. (default: 'rbd')
  566. --volume_group: Name for the VG that will contain exported volumes
  567. (default: 'nova-volumes')
  568.  
  569. nova.volume.manager:
  570. --storage_availability_zone: availability zone of this service
  571. (default: 'nova')
  572. --[no]use_local_volumes: if True, will not discover local volumes
  573. (default: 'true')
  574. --volume_driver: Driver to use for volume creation
  575. (default: 'nova.volume.driver.ISCSIDriver')
  576.  
  577. gflags:
  578. --flagfile: Insert flag definitions from the given file into the command line.
  579. (default: '')
  580. --undefok: comma-separated list of flag names that it is okay to specify on
  581. the command line even if the program does not define a flag with that name.
  582. IMPORTANT: flags in this list that have arguments MUST use the --flag=value
  583. format.
  584. (default: '')
  585. edward@pituba:~$
  586.  
  587.  
Advertisement
Add Comment
Please, Sign In to add comment