Commit Graph

12 Commits

Author SHA1 Message Date
rajat29 6f7b344190 Use get_rpc_transport instead of get_transport
With the added get_rpc_transport() function in oslo.messaging [1]
and the recent version bump of oslo.messaging to 5.24.2, we can
safely replace get_transport() with get_rpc_transport() which is much
cleaner.

[1] https://review.openstack.org/#/c/454194/

Change-Id: If165c438625f35b1c1cec1f125d1376e0d0edca5
2017-09-13 23:49:41 +05:30
Tin Lam 5593ef0b7b Remove sqlite_db argument from set_defaults
The sqlite_db parameter in [1] was deprecated and has been
removed.  This is now causing the gate to fail.  See [2].
This patch set removes this parameter.

[1] 0a1bae9859/oslo_db/options.py (L17)
[2] http://logs.openstack.org/55/440055/9/check/gate-kosmos-python27-ubuntu-xenial/3326284/console.html

Change-Id: Iae91482d87417642447dabec0859f768f6447b27
2017-04-15 19:37:28 -05:00
M V P Nitesh 92acfa05ba Removes unnecessary utf-8 encoding
Change-Id: Ie13b4af0832cd70815897ee4f69eb29f0eb158a3
2017-01-11 19:56:51 +05:30
gecong1973 3ab47a489d Replace assertDictEqual() with assertEqual()
In unittesttools, assertDictEqual() and assertEqual()
are implemented by using '!=' operator. But assertEqual()
can handle dict, list, set and so on. So we should use
assertEqual() to make the test simpler

Change-Id: Idf69a8176e43edff30bdfcdc78126a89fcf297de
2016-08-31 14:26:28 +08:00
Andreas Jaeger 91bbaa0b82 Remove obsolete pot file
We do not need to store pot files in repositories anymore, they are
generated content. Remove the file.

Change-Id: I4b913e428f8ee16fad29b106701ccb7fee849fc3
Note: The file is also outdated.
2016-06-01 11:35:30 +02:00
Graham Hayes 8cd6dc6f6f Add SQL Tables + Alembic migration
Change-Id: I5be29f95ad5024e2160f2c5f990c21d0eccabe39
2016-01-22 16:05:48 -08:00
Graham Hayes a3225f9377 Add Basic utils / requirements
Change-Id: Ifb921c92223454c9d0831293c8fe13dd321edc03
2016-01-22 16:05:40 -08:00
Graham Hayes 5f61bbd440 Add Kosmos Objects lib
Change-Id: I3a188e6e326f61695e549ba99c8ff82bcbe2e215
2016-01-22 16:04:24 -08:00
Doug Wiegley 3b2bd12b45 A few common setup routines and packages
Change-Id: I4b2a3f1c0c124dfb4e335cbcdb160a01ad1c54a3
2015-12-09 23:39:40 +00:00
Doug Wiegley 6490fee444 Initial alembic commit
Change-Id: I7ea93dd1d97a8cf2b68146748f1c541136c1fc3c
2015-12-09 16:39:00 -07:00
Doug Wiegley 98572594c9 Setup i18n functions and initial translation file
Change-Id: I08075d037d1898e765283be419456b8f9daffca4
2015-12-09 16:31:03 -07:00
Doug Wiegley 5d767f48f1 Initial cookiecutter commit
Change-Id: Icea82fa418a51ba9b63dccf2874199f6e3ff4b3a
2015-08-12 18:34:30 -07:00