Commit Graph

3 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
Georgy Kibardin b8e2606daf Override keys() with a function, not an attribute
By mistake keys function has been overriden by a value.

Change-Id: I713bddcfb66c4835d477972ece7e0983d263377f
Closes-Bug: #1666913
2017-04-10 13:44:47 +03:00
Dmitry Guryanov 1f31a850b8 Add UnionDict class for lcm
We don't merge common_attrs with node's custom attributes
in deployment info. But YAQL expressions still need to
access 'unified' deployment info, related to node. So
we were merging dicts every time yaql want to access it.
It's a bit slow, so this patch introduces class, which
works like union of several dicts without creation of the new
data structure.

Partial-Bug: #1596987

Change-Id: Iea32ab222421fc7a3c5df66e7e48f4d1a4b931f5
2016-09-05 19:52:51 +03:00