Commit Graph

8 Commits

Author SHA1 Message Date
Dmitriy Rabotyagov 9dc3e8b213 Install dynamic-inventory as console_script
If you want to store openstack_deploy content you want it's content
to be relevant. However, at the moment it's quite hard to predict how
inventory will be generated if/when adding some new host to it.

Installing dynamic_inventory script as a console_script will allow you
to create quite simple tox env to update openstack_inventory.json
on local machine right after changing config and simplify life of
operator. Also this way you don't need to clone openstack-ansible

Change-Id: I6119b0bfc27d173610657f39ebb717e0a18b247e
2022-12-06 17:18:42 +00:00
wuchunyang aca2cd189e 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: I545e834c12e1e71724faed036abc1efc5ef7b2c7
2021-04-27 23:03:52 +08:00
Frank Kloeker 822127e9d7 [trivial] Point to the new openstack-discuss ML
Change-Id: I2cd1f92f53c5bad3550fa8d078f23c14dacfff5e
2018-11-19 16:19:59 +01:00
Luong Anh Tuan 33d8122bf1 Update URL home-page in documents according to document migration
Change-Id: Ib417eaec061db9e479608572b850d4f71b7ec110
2017-07-14 03:22:18 +00:00
Nolan Brubaker 2be3319ac9 Restructure lib directory to install via pip
This change allows the currently existing modules to be imported from
the `osa_toolkit` package.

In order to install the python modules used by the inventory via
setup.py with pbr, we need to rename the lib directory to match the name
of the package we wish to install.

pbr doesn't allow for doing any kind of directory renaming within the
setup.{cfg,py} files, but we need to keep using it in order to consume
global requirements updates.

Change-Id: Idb7780f55e4a1fd77dd76becbf67c1ccbf220db7
2017-03-30 10:19:01 -04:00
zhangyanxian f2f280b5a5 Update the home-page info with the developer documentation
Since there are so many components in openstack, 
by describing the URL info in the configuration file, 
it is more convenient to find the developer documentation 
than from the unified portal

Change-Id: I856bf8381bf41d7259b5dcc6d83d2d9a2b019f1a
2016-08-01 06:57:14 +00:00
Kevin Carter 35ec780515 Rename everything for the osad to osa name change
This change updates all fo the names that we were using to the post
openstack migration name for openstack-ansible.

Change-Id: I6524af53ed02e19a0f56908e42a65d2dae8b71e3
2015-09-12 02:31:21 +01:00
David Stanek 0ec3ce3d31 Uses tox for automating documentation builds
Change-Id: I8012889aa6938378b5e5e85fb443cf13be460d61
Closes-Bug: #1469870
2015-08-12 06:32:40 +01:00