Commit Graph

8 Commits

Author SHA1 Message Date
tengqm 0717dfb97f Retire senlin command line tool
With upstream osc-lib bug fixed, the --profile argument now works.
We have no need of the senlin command line. This patch retires the
command line.

Change-Id: I6bfc8f6f97ad7a77624ba5da1004a7a8f0924740
2017-12-13 07:51:22 -05:00
Andreas Jaeger cb5a79600d Avoid tox_install.sh for constraints support
We do not need tox_install.sh, pip can handle constraints itself
and install the project correctly. Thus update tox.ini and remove
the now obsolete tools/tox_install.sh file.

This follows https://review.openstack.org/#/c/508061 to remove
tools/tox_install.sh.

Change-Id: I960a7906e78b804cbda60ccf5a8a932a0af66aea
2017-12-02 16:59:06 +00:00
Tony Breeds a8b04d4a9c Add Constraints support
Adding constraints support to libraries is slightly more complex than
services as the libraries themselves are listed in upper-constraints.txt
which leads to errors that you can't install a specific version and a
constrained version.

This change adds constraints support by also adding a helper script to
edit the constraints to remove python-senlinclient.

Change-Id: I4bd58470b786d92fa39feb0d7623037ab2489cf1
2016-12-23 03:02:03 +00:00
zzxwill c67fe18766 Correct some typos
During my review of the project, I corrected these typos
to make it more clear. If we will generate docs based on
the code, this will help.

Change-Id: Iee3d9210431e0489c4872637fe04409fe0addc0e
2016-04-12 01:22:58 +00:00
yanyanhu 0f5dc297b7 Use correct default domain name in senlinrc
The name of default domain is 'Default' rather than 'default'. This
patch fixed this issue in senlinrc file.

Change-Id: Ifab38112211f585382a277109776c87f0dcdffde
2015-08-02 22:21:12 -04:00
Haiwei Xu 62ea8774e8 Fix senlinrc to support keystone v2 and v3 on the client side
Change-Id: I463e5a96d7ae6702d1e433553a4d16d6c22ad8c0
2015-07-03 09:32:00 +09:00
tengqm 996fd6144d Move senlinrc into tools subdir 2015-01-26 13:37:22 +08:00
tengqm ce5ee00b89 Added support to bash completion 2015-01-20 23:35:25 +08:00