nova/nova/api/openstack
liyingjun f726163977 Optimize creating security_group
When passing a source group_id for creating a new security group rule,
the code is looking up that group twice. We should just look that up
once at the beginning and reuse it so we don't have to hit the nova db
or neutron twice for the same thing.

Change-Id: I3ea4586d11b14da5f6d93e8d20f05171e7e6f0e8
Closes-bug: #1580621
2017-05-27 10:14:53 +00:00
..
compute Optimize creating security_group 2017-05-27 10:14:53 +00:00
placement Merge "[placement] Idempotent PUT /resource_classes/{name}" 2017-04-28 15:11:50 +00:00
__init__.py Use plain routes list for '/servers' endpoint instead of stevedore 2017-04-25 22:38:33 +08:00
api_version_request.py 2.45: Remove Location header from createImage and createBackup responses 2017-04-25 15:52:14 -04:00
auth.py conf: Move api options to a group 2016-11-25 16:32:31 -06:00
common.py delete more i18n log markers 2017-03-21 07:37:21 -04:00
extensions.py remove i18n log markers from nova.api.* 2017-03-24 14:06:21 +00:00
identity.py remove i18n log markers from nova.api.* 2017-03-24 14:06:21 +00:00
urlmap.py Use of six.PY3 should be forward compatible 2016-01-17 03:32:34 +00:00
versioned_method.py Implement microversion support on api methods 2014-12-05 09:54:41 +08:00
wsgi_app.py Add pbr-installed wsgi application for metadata api 2017-05-02 16:58:11 +00:00
wsgi.py API: accept None as content-length in HTTP requests 2017-04-04 17:26:16 +02:00