86376d95dff297c9306e68d17afae47f54171144
In python-openstacksdk, senlin-api,senlin-engine layers, "global_project" option has been support for action-list. But in senlin client and db layer this hasn't been supported. This patch Add "global_project" arguments for action-list in senlinclient. Depends-On: I064422a2b7058a1353206ab0978fe8ce0bffd732 Change-Id: Iaae58e8121e20789d072d5acbe28921ec255a8e0
Python bindings to the Senlin Clustering API
This is a client library for Senlin built on the Senlin clustering
API. It provides a Python API (the senlinclient module) and
a command-line tool (senlin).
Development takes place via the usual OpenStack processes as outlined in the developer guide. The master repository is in Git.
Description