Commit Graph

4 Commits

Author SHA1 Message Date
Andreas Jaeger e61cc055ab Retire repository
Fuel (from openstack namespace) and fuel-ccp (in x namespace)
repositories are unused and ready to retire.

This change removes all content from the repository and adds the usual
README file to point out that the repository is retired following the
process from
https://docs.openstack.org/infra/manual/drivers.html#retiring-a-project

See also
http://lists.openstack.org/pipermail/openstack-discuss/2019-December/011647.html

Depends-On: https://review.opendev.org/699362
Change-Id: I10917e42829b459c41ca46514faa72fc46abf7be
2019-12-18 09:52:23 +01:00
Cuong Nguyen 5df1c9f08d Use assertIsNone instead of assertEqual(None, obj)
As stated by document [1], it's better to use assertIsNone instead of
assertEqual(None, obj)

[1]
http://docs.openstack.org/developer/hacking/#unit-tests-and-assertraises

Change-Id: I2dd12c4e5c31761e2069c96cf135a8d306d13cb8
2017-01-23 13:04:32 +07:00
Dmitry Guryanov 9eeaa679d1 Don't use self.env.clusters[0] in tests where possible
Since self.env.create always return db object now,
we can use this returned value instead of
self.env.clusters list.

It's a refactoring, so no bug or blueprint.

Change-Id: If7c84cb7124bcf08ef5ff110542012564190fae1
2016-04-26 17:53:36 +03:00
Evgeniy L 0e8daf5924 Use plugin ids instead of versions to enable/disable plugin
With plugins patching feature we cannot rely on
plugin version and plugin name to find the correct
plugin, because version can be changed after minor
plugin update, e.g. 1.0.0 -> 1.0.1.

Add migrations to replace plugin versions with
plugin ids. And use new code to enable/disable
plugins.

Change-Id: I44b04893a3b061fa31ce7612f8172ed0a58b1acd
Implements: blueprint plugins-security-fixes-delivery
2015-02-16 14:27:50 +03:00