Zhongyue Luo dc9c3cb3e3 Misused and not used config options
Fixes bug #1000071

[nova.flag.py]
stub_network: StrOpt -> BoolOpt

[nova.api.sizelimit.py]
osapi_max_request_body_size: BoolOpt -> IntOpt

[nova.compute.api.py]
find_host_timeout: not used

[nova.rpc.__init__.py]
allowed_rpc_exception_modules: IntOpt -> ListOpt

[nova.virt.vmwareapi_conn.py]
vmwareapi_api_retry_count: FloatOpt -> IntOpt

[nova.volume.driver.py]
num_shell_tries: StrOpt -> IntOpt
num_iscsi_scan_tries: StrOpt -> IntOpt

[nova.volume.driver.py]
san_thin_provision: 'true' -> True
san_is_local: 'false' -> False

Change-Id: I07ab60b1d881c9475f4f2517a432f1e934d8ae52
2012-05-16 08:19:21 +00:00
2012-05-14 15:52:21 -07:00
2012-05-16 08:19:21 +00:00
2012-05-01 17:50:17 +00:00
2012-02-08 19:30:39 -08:00
2012-04-24 09:29:43 -07:00
2010-05-27 23:05:26 -07:00
2012-05-04 10:17:36 -07:00
2011-11-20 18:54:08 -05:00
2012-05-04 10:17:36 -07:00
2012-05-07 14:07:18 -07:00

The Choose Your Own Adventure README for Nova
=============================================

You have come across a cloud computing fabric controller.  It has identified
itself as "Nova."  It is apparent that it maintains compatibility with
the popular Amazon EC2 and S3 APIs.

To monitor it from a distance: follow `@openstack <http://twitter.com/openstack>`_ on twitter.

To tame it for use in your own cloud: read http://docs.openstack.org

To study its anatomy: read http://nova.openstack.org

To dissect it in detail: visit http://github.com/openstack/nova

To taunt it with its weaknesses: use http://bugs.launchpad.net/nova

To watch it: http://jenkins.openstack.org

To hack at it: read HACKING

To cry over its pylint problems: http://jenkins.openstack.org/job/nova-pylint/violations
S
Description
No description provided
Readme 258 MiB
Languages
Python 97.5%
Smarty 2.3%
Shell 0.2%