Commit Graph

6 Commits

Author SHA1 Message Date
Andreas Jaeger 57672cbdf5 Cleanup py27 support
This repo is now testing only with Python 3, so let's make
a few cleanups:
- Remove setup.* files, these are not needed for this repo
- Cleanup */source/conf.py to remove now obsolete content.
- Remove install_command from tox.ini, the default is fine,
  move constraints into deps, cleanup a bit
- Enable warnings for docs building
- Correct ansible search/match tests for ansible 2.9

Depends-On: https://review.opendev.org/726645
Change-Id: Ia5aaa8f41172fe200d1d7ce0c7b6f26f7834e38a
2020-05-10 17:38:52 +00:00
ZhongShengping 169b908090 Update mailinglist from dev to discuss
openstack-dev was decomissioned this night in https://review.openstack.org/621258
Update openstack-dev to openstack-discuss

Change-Id: Ib5b08c7be2edc48e211fe3a3ac4a4c4139d62621
2018-12-05 09:12:12 +08:00
Luong Anh Tuan 8b505fd023 Update URL home-page in documents according to document migration
Change-Id: I68a319d0d8d27ab60d9045ce31e09e68857df9db
2017-07-14 03:21:39 +00:00
Deepak 944019a812 Changed the home-page link
Set the correct link for home-page

Change-Id: I89a097db1969e91b6840054d38d21b61f68f9313
Partial-Bug: #1630120
2016-10-05 12:49:57 +05:30
Kevin Carter b5cf284ede
Updates for typos
This change updates a few things that were missed when the role
was cut over.

Change-Id: I38824f82f884958b554b1618fc059a67a03aabdc
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2015-12-09 09:17:00 -06:00
Kevin Carter eb9f3d858b IRR for lxc_host
The change moves the role out from the main repo lxc_host
repository and into its own standalone repository.

Items within this change:
  * The role has been updated to ensure it runs standalone.
  * Tests added to the role within tox.
  * Functional tests added to the role that can either be run
    via the run_tests.sh script or using tox.
  * dev requirements have been updated for testing usecases.
  * Docs added to both the README.rst file as well as the docs
    folder.

Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2015-11-03 04:22:57 -06:00