licanwei 59649f6a81 Fix get_action_plan_list filter error
When using 'query.filter_by(deleted_at=None)'
Will generate the incorrect SQL 'audits.deleted_at', as below:
SELECT * FROM action_plans INNER JOIN audits ON audits.id =
action_plans.audit_id WHERE audits.uuid = '' AND
audits.deleted_at IS NULL ORDER BY action_plans.id ASC

The correct filter field is 'action_plans.deleted_at'

Change-Id: Ie05f35233f78e82bc7af2c26c9effd62ea5f86ab
Closes-Bug: #1698720
2017-06-19 16:23:05 +08:00
2017-05-02 18:36:27 +00:00
2017-04-01 19:03:17 +05:30
2016-11-16 11:26:27 +03:00
2017-06-07 05:36:18 +00:00
2015-10-22 16:34:14 +02:00
2015-06-04 15:27:57 +02:00
2015-06-04 15:27:57 +02:00
2015-06-04 15:27:57 +02:00
2017-04-07 10:55:59 +08:00
2017-04-07 10:55:59 +08:00
2015-06-04 15:27:57 +02:00
2017-04-10 11:59:19 +05:30
2017-02-08 11:09:30 +07:00
2017-03-07 02:08:03 +00:00

========================
Team and repository tags
========================

.. image:: https://governance.openstack.org/badges/watcher.svg
    :target: https://governance.openstack.org/reference/tags/index.html

.. Change things from this point on

..
      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: https://wiki.openstack.org/wiki/Watcher
* Source:  https://github.com/openstack/watcher
* Bugs: https://bugs.launchpad.net/watcher
* Documentation: https://docs.openstack.org/developer/watcher/
Description
No description provided
Readme 32 MiB
Languages
Python 99.7%
Shell 0.3%