10cbcd2432e33dec64fbb5d0d1cde6b47b20f937
In this changeset, I added composite contraints on models that were currently subject to an implicit uniqueness. This composite constraint takes as an input the name and the deleted columns. The 'deleted' column is 0 by default and is updated with the value of the associated 'id' column upon soft deletion. What this means is that this composite constraint guarantees the fact that we can hold many soft deleted records holding the exact same name. Indeed, the value of the deleted column will be different whilst forbidding 2 non-soft deleted records with the same name as their associated 'deleted' value will be 0 and subsequently violates the constraint. Change-Id: I3ee39e23aa4ca9bc6b4ea9af8c6b7e6d67af0136
..
Except where otherwise noted, this document is licensed under Creative
Commons Attribution 3.0 License. You can view the license at:
https://creativecommons.org/licenses/by/3.0/
=======
Watcher
=======
OpenStack Watcher provides a flexible and scalable resource optimization
service for multi-tenant OpenStack-based clouds.
Watcher provides a robust framework to realize a wide range of cloud
optimization goals, including the reduction of data center
operating costs, increased system performance via intelligent virtual machine
migration, increased energy efficiency-and more!
* Free software: Apache license
* Wiki: http://wiki.openstack.org/wiki/Watcher
* Source: https://github.com/openstack/watcher
* Bugs: http://bugs.launchpad.net/watcher
* Documentation: http://docs.openstack.org/developer/watcher/
Description
Languages
Python
99.7%
Shell
0.3%