Commit Graph

4 Commits

Author SHA1 Message Date
jiangzhilin c9f757de68 setup.cfg: Replace dashes with underscores
Setuptools v54.1.0 introduces a warning that the use of dash-separated
options in 'setup.cfg' will not be supported in a future version [1].
Get ahead of the issue by replacing the dashes with underscores. Without
this, we see 'UserWarning' messages like the following on new enough
versions of setuptools:

  UserWarning: Usage of dash-separated 'description-file' will not be
  supported in future versions. Please use the underscore name
  'description_file' instead

[1] https://github.com/pypa/setuptools/commit/a2e9ae4cb

Change-Id: I1a0ce7526a0f6c84ace786a80f5344fc5d626f0d
2021-05-04 07:39:29 +00:00
Douglas Mendizábal e51c244f4f Use underscore instead of dash
A change was introduced to TripleO Heat Templates [1]
to expect roles to use underscores instead of dashes in
the directory name.

[1] https://review.opendev.org/#/c/713792/

Change-Id: Ie09c9d83243c510d88397e44335d2d9cb59a0b24
2020-04-29 14:58:09 -05:00
Douglas Mendizábal 5069751256 Add HA (load balancing) support
This patch add support for configuring proteccio to use
more than one HSM.  When more than one HSM is provided
the proteccio client is configured for High Availability (HA).

This patch changes the format of the variables and should
be released as a new major version. (e.g. 1.0.0).

Change-Id: Ib9989ee72a67f71275e31b966bff7673072fb3f8
2020-02-04 09:48:42 -06:00
Ade Lee 26071c8875 Add files for Python build 2019-01-04 15:22:03 -05:00