Commit Graph

7 Commits

Author SHA1 Message Date
Dmitriy Rabotyagov 8a7f0f754b Cleanup setup.py config
Change-Id: Ib5ce6b0416769f680c0c6cc7d2e3062d05f6ee40
2022-04-04 11:12:34 +02:00
melissaml d6b6ec953a Cleanup py27 support
This repo is now testing only with Python
3, so let's make
a few cleanups:
- Remove python 2.7 stanza from setup.py
- Remove obsolete sections from setup.cfg
- Cleanup doc/source/conf.py to remove noww
 obsolete content.

Change-Id: I7da1084c27ffbd2f085c4a1543527b72cdbf1d6b
2020-04-14 20:36:32 +08:00
ZhongShengping 270e74a5e2 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: I4ec6b24c2829f66362894cd2d13ec2280703a51f
2018-12-05 09:16:39 +08:00
caishan 2cd8f4b56b Update setup.cfg home page url
This change update the home page url in setup.cfg file,
the older url link is invalid

Change-Id: I51f19f5c2603abbfe3e5294cedd744633a8129d2
2018-01-24 05:35:18 -08:00
Lucky samadhiya 2faa7510dc update homepage with developer documentation page
Change-Id: I7606352784943e8251c5ee49a9a0d0ed61a9ab7c
2016-09-20 13:09:12 +05:30
Kevin Carter 1ccea20641
Updates for typos
This change updates a few things that were missed when the role
was cut over.

Change-Id: I91b9354e70e072d8c878905605afdbf4b7736841
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2015-12-09 11:46:54 -06:00
Kevin Carter 335b5be62c
IRR for openstack_hosts
The change moves the role out from the main repo openstack-ansible
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 02:57:54 -06:00