trove/trove/cmd
jiansong 21dcb414e5 Fix gate error
Looks like SQLAlchemy in version 1.2.x checks if the boolean value
is None, True, False, 1, or 0. We used a "1" in our test, which
does not seem to meet the requirements. In the meantime, if we
change it to 1 here, our function section needs to be changed
as well.

Change-Id: I8df2118fee12fd9dd02caf96a23bc59652efbed7
2018-01-31 01:51:18 -08:00
..
__init__.py Address issues with Trove eventlet monkey-patching 2015-10-29 22:17:33 -04:00
api.py Persist error messages and display on 'show' 2016-07-01 22:27:30 +00:00
app.wsgi Apply pep8 check to app.wsgi 2017-11-28 15:19:33 +07:00
common.py Address issues with Trove eventlet monkey-patching 2015-10-29 22:17:33 -04:00
conductor.py secure oslo_messaging.rpc 2017-01-11 07:56:35 -05:00
fakemode.py secure oslo_messaging.rpc 2017-01-11 07:56:35 -05:00
guest.py Remove log translations 2018-01-24 17:21:26 +00:00
manage.py Fix gate error 2018-01-31 01:51:18 -08:00
taskmanager.py secure oslo_messaging.rpc 2017-01-11 07:56:35 -05:00