nova/nova/cmd
ghanshyam 36ce472ace Remove python code validation specific to legacy_v2
As legacy v2 code is removed and v2.1(v2 compatible mode) validate
API request body through json schema, python code validation
for some request param is not needed now.

- UUID checks for sch_hint: 'group' - Done by JSON schema
- create network param checking - moved to nova-manage(for API,
  JSON schema does validation)

Adding more UT and also removing legacy_v2 files from py34 blacklist tests file.

Partially implements blueprint remove-legacy-v2-api-code

Change-Id: I2e247051c982e894b81c1ef83aa12dc9d56d94da
2016-06-14 10:42:16 +09:00
..
__init__.py move eventlet GREENDNS override to top level 2014-12-08 17:41:03 -05:00
all.py deprecate nova-all 2016-04-21 17:49:45 +00:00
api.py Fail to start nova-api if no APIs were able to be started 2016-05-03 14:51:40 +00:00
api_metadata.py config options: centralize section "service" 2016-04-04 16:39:02 +00:00
api_os_compute.py config options: centralize section "service" 2016-04-04 16:39:02 +00:00
baseproxy.py baseproxy: stop requiring CONF.verbose 2016-05-16 16:57:21 +02:00
cells.py Removal of unnecessary `import_opt`s for cells config options 2016-02-12 14:16:54 +02:00
cert.py Move config options from nova/cert directory 2016-01-14 22:22:34 +00:00
compute.py Move config options from nova/compute/rpcapi.py file 2016-04-21 22:26:13 +00:00
conductor.py Config options: centralize options in conductor api 2016-02-09 14:06:51 +00:00
console.py Config options: Centralize console options 2016-04-06 15:32:24 +00:00
consoleauth.py Config options: Centralize consoleauth options 2016-03-31 15:13:46 +00:00
dhcpbridge.py Config options: Centralize netconf options 2016-04-24 18:15:05 +00:00
idmapshift.py Fix the usage output of the nova-idmapshift command 2015-09-14 17:54:05 +00:00
manage.py Remove python code validation specific to legacy_v2 2016-06-14 10:42:16 +09:00
network.py Config options: remove import_opts from completed section 2016-05-13 15:57:32 +07:00
novncproxy.py config options: fix the missed cli options of novncproxy 2016-04-04 18:05:32 +08:00
scheduler.py Merge "Revert "Enable options for oslo.reports"" 2015-12-17 23:48:04 +00:00
serialproxy.py config options: centralize section "serial_console" 2015-11-19 11:00:20 +01:00
spicehtml5proxy.py config options: centralize 'spice' options 2016-04-11 10:34:05 +00:00
xvpvncproxy.py Revert "Enable options for oslo.reports" 2015-12-05 16:12:52 +00:00