Commit Graph

8 Commits

Author SHA1 Message Date
Zuul f84c9038e3 Merge "Replace the deleted keypair in clusters for API v2" 2018-07-25 14:12:46 +00:00
Zhuang Changkun 1d3b02ee6e Replace the deleted keypair in clusters for API v2
This commit allows users to create a new keypair to access to
the running cluster when the cluster's keypair is deleted. But
the name of new keypair should be same as the deleted one, and
the new keypair is available for cluster scaling.
we can implement it via update_keypair parameter.

Change-Id: I3bc0ba52ceebff8ae128321aeb9fdbb5769baaf5
Closes-Bug:#1745142
2018-06-13 09:55:41 +08:00
Luigi Toscano 39e7c2d320 doc: external link helper for other projects' doc
The external link helper makes sure that the generated link
respects the current branch (latest for master, <release_name>
when built on stable/<release_name>.

Do not use it for sahara-tests (which is branchless).

Change-Id: Ie37fe37858a41f54558642ea93a75365668ef573
2018-06-08 16:08:50 +02:00
Zuul acad6f956b Merge "Update Anti-affinity Feature description" 2017-11-27 14:54:10 +00:00
caowei e6f9384c0b Update Anti-affinity Feature description
* And update Nova antiaffinity URL

Change-Id: I661e252e2ddd56662698fa60edfc4866e7e703c3
2017-11-27 12:00:02 +08:00
zhangxuanyuan eaaa239240 Remove use_neutron from config
Nova network has been fully removed, remove use_neutron config
and related codes.

Change-Id: Ib9d87dd339d637b69fb27315d92228cbc523c8eb
Closes-Bug: #1693891
Implements: bp sahara-remove-nova-network
2017-11-24 23:27:33 +08:00
Luigi Toscano 8b3843b617 Cleanup the last warning on doc building (html and man)
- Quote the hyphens so that they are shown unchanged
Closes-Bug: #1710628

- Restructure the Feature-by-Plugin table, simplifying
  it a bit so that the generation of man pages does not
  issue a warning (and so that the looks on the HTML
  version is still acceptable). It looks like the
  man page generator is more limited.
Closes-Bug: #1710608

- Add the missing help entry to a configuration key,
  removing a warning
Closes-Bug: #1710673

Change-Id: I010b4a9114e6b21068b6d48243ac0a292a3bb497
2017-08-14 19:36:43 +02:00
Luigi Toscano a70a74aa23 Restructure the documentation according the new spec
Group the existing pages in the new top-level categories; each
category can be seen as a separate document and it has its own
index file.
The content of the pages was not changed, with the obvious
exception of the links between pages.

The autogenerated configuration has not been added yet to
configuration/; it will be fixed in a future commit.

At the same time, as suggested by the doc team, consistently
use only one separator in file names (dash, '-') instead of a mix
of dashes, dots and underscores. This may break even more links on
the Internet, but we are breaking them anyway by moving files.
Redirects can be set, but not in this commit.

Closes-Bug: #1706184
Change-Id: I5a10378d9da2603d617ad4193ea8d90e2afc5104
2017-08-04 18:05:40 +02:00