tacker/tacker/db
sudhir_agarwal a214de6629 Replaces uuid.uuid4 with uuidutils.generate_uuid()
Openstack oslo_utils has a generate_uuid function for generating
uuids. We should use that function when generating uuids for
consistency.

Change-Id: I493c787ebb5fc7fbed484b5e60b94b66e434bd15
2017-07-18 14:00:58 +00:00
..
common_services Implement vim status update in conductor 2017-06-20 11:47:16 +08:00
migration Prevent to create duplicate entry 2017-07-06 02:04:39 +00:00
nfvo Replaces uuid.uuid4 with uuidutils.generate_uuid() 2017-07-18 14:00:58 +00:00
vnfm Replaces uuid.uuid4 with uuidutils.generate_uuid() 2017-07-18 14:00:58 +00:00
__init__.py rename neutron/db to tacker/db 2014-07-04 18:20:50 +09:00
api.py Remove unused LOG to keep code clean 2016-07-09 16:21:47 +08:00
db_base.py Replace basestring with six.string_types 2017-07-07 13:19:15 +07:00
model_base.py Use oslo db for db access 2016-06-07 12:09:57 +08:00
models_v1.py Enables soft deletion for VIM, VNFD and VNF 2016-08-20 04:23:30 +00:00
sqlalchemyutils.py Remove unused import logging 2016-05-12 10:52:23 +08:00
types.py Removed utf-8 encoding 2017-03-09 20:08:07 +05:30