nova/nova
Rajesh Tailor 19cc6e2ca8 Fix inappropriate notification send
The method '_build_and_run_instance' sends inappropriate
notification 'create.end' when an exception is raised, instead
it should be sending 'create.error' notification.

Replaced 'create.end' notification with 'create.error'
when exception is raised.

Change-Id: I2661cc47b6ebb674cce2f2b43851aa9eca12b5f8
Closes-Bug:1578500
2016-07-21 08:49:50 -04:00
..
CA
api Merge "Replace deprecated LOG.warn with LOG.warning" 2016-07-20 16:31:12 +00:00
cells Refactor block_device_mapping handling during boot 2016-07-05 14:38:21 -04:00
cert
cloudpipe Port test_pipelib and test_policy to Python 3 2016-06-23 10:38:10 +02:00
cmd Merge "Deprecate nova-manage vm list command" 2016-07-11 15:23:47 +00:00
common
compute Fix inappropriate notification send 2016-07-21 08:49:50 -04:00
conductor Merge "Stop instance build if BuildRequest deleted" 2016-07-21 00:30:55 +00:00
conf Merge "Config option update tasks for availability_zone" 2016-07-20 21:14:08 +00:00
console Merge "Remove invalid test methods for config option port_range" 2016-07-09 03:58:23 +00:00
consoleauth Avoid unconditional warnings in nova-consoleauth 2016-04-26 23:52:49 +02:00
db Merge "Add block_device_mappings to BuildRequest" 2016-07-19 21:03:35 +00:00
hacking Replace deprecated LOG.warn with LOG.warning 2016-07-20 14:39:15 +05:30
image Adding missing log translation hints 2016-06-23 01:14:28 -07:00
ipv6 Fix test_ipv6 and simplify to_global() 2016-06-28 20:42:32 +02:00
keymgr Replace key manager with Castellan 2016-04-27 14:37:06 -04:00
locale Trivial-Fix: Fix typos 2016-06-13 06:41:08 +00:00
network Merge "Remove deprecated network_api_class option" 2016-07-15 15:29:30 +00:00
notifications Merge "Make notifications module use flavor capacity attributes" 2016-07-20 01:52:06 +00:00
objects Merge "Bump service version for BuildRequest deletion" 2016-07-21 00:44:34 +00:00
pci Merge "pci: Remove unused 'all_devs' method" 2016-06-10 19:40:47 +00:00
policies policy: clean-up 2016-06-30 19:56:14 +00:00
scheduler Merge "Replace deprecated LOG.warn with LOG.warning" 2016-07-20 16:31:12 +00:00
servicegroup Config options: Centralize servicegroup options 2016-05-04 15:57:29 +00:00
tests Fix inappropriate notification send 2016-07-21 08:49:50 -04:00
virt Merge "Fix outdated parameter network_info description in virt/driver" 2016-07-20 21:02:43 +00:00
vnc
volume Merge "cinder: accommodate v1 cinder client in detach call" 2016-07-08 15:29:57 +00:00
wsgi
__init__.py
availability_zones.py
baserpc.py
block_device.py
cache_utils.py Config options: centralize cache options 2016-05-13 12:27:52 +07:00
config.py Config options: move set default opt of db section to centralized place 2016-05-18 12:58:00 +07:00
context.py Pass kwargs through to base context 2016-07-14 12:04:21 +10:00
crypto.py Drop paramiko < 2 compat code 2016-05-10 12:01:22 -05:00
debugger.py
exception.py Implement ResourceProvider.destroy() 2016-07-07 23:52:16 +00:00
exception_wrapper.py Transform wrap_exception notification to versioned format 2016-06-21 09:39:47 +02:00
filters.py
hooks.py
i18n.py
loadables.py
manager.py Config options: Centralize netconf options 2016-04-24 18:15:05 +00:00
opts.py config options: centralize exception options 2016-05-18 14:21:05 +02:00
policy.py Remove final use of _ENFORCER.enforce 2016-07-01 14:10:22 -04:00
quota.py Quota changes for the nova-manage quota_usage_refresh command 2016-07-06 22:21:39 +00:00
rpc.py Transform wrap_exception notification to versioned format 2016-06-21 09:39:47 +02:00
safe_utils.py
service.py Device tagging API support 2016-06-29 20:55:16 -07:00
signature_utils.py Trivial-Fix: Fix typos 2016-06-13 06:41:08 +00:00
test.py Remove mox from unit/compute/test_compute.py (8) 2016-06-28 02:49:25 +00:00
utils.py Remove deprecated network_api_class option 2016-07-14 21:22:35 -04:00
version.py
weights.py
wsgi.py