nova/nova
Takashi NATSUME fbb69db7c7 Removed unnecessary parantheses in yield statements
The 'yield' statement is not a function.
So it must always be followed by a space when yielding a value.

Change-Id: Ie2aa1c4822d8adf721ba71d467b63209bede6fb7
2018-03-07 16:44:36 +09:00
..
CA
api Remove unused LOG variables 2018-02-27 11:19:48 +00:00
cells Add instance action record for snapshot instances 2017-12-11 17:46:38 +08:00
cmd Remove unused LOG variables 2018-02-27 11:19:48 +00:00
common
compute Merge "Remove compute nodes arg from ProviderTree init" 2018-03-02 17:03:40 +00:00
conductor Merge "Remove MigrationPreCheckClientException" 2018-03-06 23:40:04 +00:00
conf Merge "Remove the deprecated scheduler_driver_task_period option" 2018-02-28 20:45:28 +00:00
console Fix accumulated nits 2018-01-16 14:54:04 +00:00
consoleauth
db Remove deprecated aggregate DB compatibility 2018-02-14 14:32:00 -08:00
hacking Removed unnecessary parantheses in yield statements 2018-03-07 16:44:36 +09:00
image Workaround glanceclient bug when CONF.glance.api_servers not set 2018-02-08 09:06:48 -05:00
ipv6
keymgr Remove deprecated keymgr code 2017-09-11 15:48:30 -04:00
locale Imported Translations from Zanata 2018-02-18 06:12:37 +00:00
network Fix grammar error 2018-02-09 17:01:59 +08:00
notifications Merge "Transform instance.resize_prep notification" 2018-01-27 01:36:42 +00:00
objects Remove unused LOG variables 2018-02-27 11:19:48 +00:00
pci trivial: Move __init__ function 2018-02-16 11:39:12 +00:00
policies trivial: Fix few policy doc 2018-02-01 03:04:00 +00:00
privsep Move makefs to privsep 2018-02-28 07:15:08 +11:00
scheduler Make _get_sharing_providers more efficient 2018-02-26 14:08:23 +00:00
servicegroup
tests Removed unnecessary parantheses in yield statements 2018-03-07 16:44:36 +09:00
virt Merge "Save admin password to sysmeta in libvirt driver" 2018-03-07 01:55:32 +00:00
vnc
volume Add the ability to get absolute limits from Cinder 2018-02-08 19:08:14 -05:00
__init__.py
availability_zones.py
baserpc.py
block_device.py Add uuid column to BlockDeviceMapping 2017-12-17 14:28:35 +00:00
cache_utils.py
config.py
context.py Get auth from context for glance endpoint 2017-11-21 10:26:42 -06:00
crypto.py
debugger.py
exception.py Remove MigrationPreCheckClientException 2018-02-09 04:48:30 +08:00
exception_wrapper.py
filters.py
hooks.py
i18n.py correct referenced url in comments 2018-01-18 09:16:37 +08:00
loadables.py
manager.py
policy.py
profiler.py
quota.py Remove unnecessary variables 2018-02-08 10:15:53 +09:00
rpc.py Fix the notification devref location in exception 2018-03-05 17:38:52 +01:00
safe_utils.py
service.py Add check for redundant import aliases 2018-02-26 14:32:22 +00:00
service_auth.py Fix NoneType error when [service_user] is misconfigured 2017-11-28 12:22:30 -06:00
test.py Reset the _RC_CACHE between tests 2018-02-02 14:40:44 +00:00
utils.py Move makefs to privsep 2018-02-28 07:15:08 +11:00
version.py
weights.py
wsgi.py