Commit Graph

8 Commits

Author SHA1 Message Date
niuke 2a59c043ed 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: I74130dab437c7ec7333d19bf2efc6f9b6095a0ff
2023-05-04 09:22:37 +08:00
Kevin Carter 99d8c3cdae
Update setup for easier packaging and publish a tarball
Changes have been made to the setup.cfg file so that this repository
can be packaged (rpm, deb, etc) easier. This change also updates the
project layout so that we're publishing the code to tarballs, which
again, makes it easy to package config_template for distros.

Change-Id: I7f3ee2a847995e5572f1241f3952ed2720a23958
Signed-off-by: Kevin Carter <kecarter@redhat.com>
2019-07-17 07:19:51 -05:00
xuanyandong dce5663c1d Change the author-email openstack-dev to openstack-discuss
Change-Id: I618d00c6520ff195ce78579c2017ad7058c7eb0e
2019-05-16 09:18:30 +08:00
Chandan Kumar 113505f983 Use usr/share/ansible/plugins for data_files
tripleo-quickstart[1] always look for ansible modules
whether it is installed system-wide or venv in
usr/share/ansible path.

Change-Id: Iec43dd809dedc6540643a4dc69a83cb8f6051f16
2019-01-17 10:39:41 +00:00
Jean-Philippe Evrard 708d867a70 Cleanup config_template repo
To upstream config_template as a separate plugin, we need to
cleanup the openstack-ansible-plugisn repo. This way it can
be included as standalone.
2018-02-26 14:42:49 +00:00
ZhongShengping 2319b3cdc9 Update URLs in documents according to document migration
Change-Id: Iac85a8f509077bce13c03f03bdbe50abc8cc552c
2017-07-14 09:47:00 +08:00
avnish 5e0fd583f1 Update homepage with developer documentation page
Change-Id: Id854136ffb2381f0dd7234c833dd2729c9c5dfac
2016-09-20 12:04:01 +05:30
Kevin Carter 2c9c5f005b
first commit
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2016-01-25 18:07:53 -06:00