Commit Graph

10 Commits

Author SHA1 Message Date
Xingjian Zhang 24a9c69551 doc: Fix docs about installation
Change-Id: I0179c718926b3b2100859d7f66dcc6603594abf0
2022-09-26 16:21:38 +08:00
Andrey Pavlov f9e75281b4 fix UT for cinderclient
- bump version from 2 to 3 for cinderclient
- update aws ec2 interface for create_colume and
  create_network_interface. add cilent_token param
- fix describe network interface - something was
  changed in neutron ports output
- set metadata port for OVN conf file also

Change-Id: Ie3e5a5930d5a8159050ecc0900239935558dddd7
2021-09-28 19:24:15 +00:00
Stephen Finucane f35ffb70b5 tox: Misc fixes
- Use 'ignore_basepython_conflict' so we can simply define 'basepython'
  on the base testenv
- Add an '.stestr.conf' file, allowing us to stop specifying the
  '--test-path' argument manually
- Call 'sphinx-build' directly instead of using the 'build_sphinx'
  distutils extension, which pbr is deprecating. This requires a fix to
  the docs but allows us to remove some noise from 'setup.cfg'
- Fix some indentation and remove some unnecessary configuration

Change-Id: Icc16ed943d8c0b9df01734da5642bf51e83314b8
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
2019-10-02 09:47:12 +01:00
Zuul 1fa62312fe Merge "Revert "temporary disable functional tests"" 2019-10-01 08:37:13 +00:00
Andrey Pavlov 1886d64d3e Revert "temporary disable functional tests"
This reverts commit 3d6106d99c.

Change-Id: I390634d5321d3f4210a5d378178c8d8b1e445e19
2019-10-01 06:06:46 +00:00
caoyuan b1f4ce5593 Replace git.openstack.org URLs with opendev.org URLs
Change-Id: I1289490d8adb6910eb03d152fa4c88bd4682e4af
2019-09-13 02:03:40 +00:00
melissaml 257e2a34a6 Fix the incorrect reference links
TrivialFix
[1] is the installation guide for OpenStack components, obviously,
we need [1] in the docs.

[1] https://docs.openstack.org/latest/install/

Change-Id: I5a46d7b9f6a1cf67d06e3fd121b8c60d227a23f7
2018-02-26 16:02:15 +08:00
Andrey Pavlov ec59a03f95 update documentation
remove link to metadata configuration from
devstack section. metadata is configured by plugin's
script for devstack and user doesn't require to
configure it by himself.
Add information how to configure metadata over SSL

Change-Id: I9ecfc10fed15a73417e840ddecac8a8a56d18601
Closes-Bug: #1739479
2018-02-08 16:01:29 +03:00
tikitavi 41309f5922 update of Installation Guide
added sections Manual Installation and Installation on DevStack

Change-Id: I206ae2e5fdd13a4cac700189d388578777b589c6
2017-10-16 15:54:29 +03:00
tikitavi aaf1fc94f8 Move install guides from install-guide/ to doc/source/install
Update documentation index page

Change-Id: I94b832638d9c1460fbefd1a61a850496b07124ab
2017-09-28 16:55:45 +03:00