nova/nova/api/openstack
zhangbailin c65aabded2 Add user_id and project_id column to Migration
This adds two String columns, 'user_id' and 'project_id',
to the ``migrations`` table in the DB and corresponding
fields in the Migration versioned object.

Add optional 'user_id' and/or 'project_id' query parameters
for filtering migrations by user or project in the DB.

Co-Authored-By: Qiu Fossen <qiujunting>
Part of blueprint add-user-id-field-to-the-migrations-table
Change-Id: I4700cb00da66eaa84621e91649eaf93c4a6e6f01
2019-09-12 16:52:12 +00:00
..
compute Add user_id and project_id column to Migration 2019-09-12 16:52:12 +00:00
__init__.py hacking: Resolve W605 (invalid escape sequence) 2019-06-24 14:24:06 -05:00
api_version_request.py Add delete_on_termination to volume-attach API 2019-09-05 20:54:56 +08:00
auth.py Noauth should also use request_id from compute_req_id.py 2018-04-04 14:21:01 -04:00
common.py API microversion 2.76: Add 'power-update' external event 2019-08-15 13:19:44 -04:00
identity.py Adapter raise_exc=False by default 2018-06-22 09:40:33 -05:00
requestlog.py Refactor WSGI apps and utils to limit imports 2018-03-06 22:05:12 +00:00
urlmap.py hacking: Resolve W503 (line break occurred before a binary operator) 2019-06-24 14:24:06 -05:00
versioned_method.py Implement microversion support on api methods 2014-12-05 09:54:41 +08:00
wsgi.py Ensure controllers all call super 2019-06-15 16:40:00 +01:00
wsgi_app.py Eventlet monkey patching should be as early as possible 2019-03-22 09:27:16 +00:00