Commit Graph

16 Commits

Author SHA1 Message Date
hejunli 257c58ef81 Make hidden code appear in admin guide
https://docs.openstack.org/sahara/latest/admin/advanced-configuration-guide.html
cannot show the CLI commend, this patch fix that issue.

Change-Id: I26b44442279e9a9b067ff3fd6e78d3d079dad919
2022-01-13 15:18:36 +08:00
Ghanshyam Mann 9a69cc52b6 [goal] Deprecate the JSON formatted policy file
As per the community goal of migrating the policy file
the format from JSON to YAML[1], we need to do two things:

1. Change the default value of '[oslo_policy] policy_file''
config option from 'policy.json' to 'policy.yaml' with
upgrade checks.

2. Deprecate the JSON formatted policy file on the project side
via warning in doc and releasenotes.

Also replace policy.json to policy.yaml ref from doc and tests.

[1]https://governance.openstack.org/tc/goals/selected/wallaby/migrate-policy-format-from-json-to-yaml.html

Change-Id: Ib2101f13171940857fe81f64dd9798dfe489743a
2021-03-30 04:02:11 +00:00
Alexandra Settle 6e3e4b91c2 Fixing broken links and removing outdated driver
zmq is deprecated, removing unnecessary content

Change-Id: I1009205ee8298065cece5f0cda228b06a1281f14
Backport: stein rocky
Signed-off-by: Alexandra Settle <asettle@suse.com>
Co-Authored-By: Jeremy Freudberg <jeremyfreudberg@gmail.com>
2019-09-20 11:37:18 -04:00
Luigi Toscano e644d4a6a8 doc: additional git.openstack.org->opendev.org replacement
- more replacements (review.openstack.org->review.opendev.org)
- fix an error introduced in the previous commit (by me)

Change-Id: I41ed93390a501e82ff70f4abec0b217e6b5d4707
2019-04-22 21:42:59 +02:00
Luigi Toscano 8c941ed187 Replace git.openstack.org URLs with opendev.org URLs
Thorough replacement of git.openstack.org URLs with their opendev.org
counterparts.

Depends-On: https://review.opendev.org/653988
Change-Id: I6c7fffc1a32cb35ff7fe2ba964510b4f32805842
2019-04-20 14:55:03 +02:00
gaobin 3c1652624e fixed word error
Change-Id: I83f8abacbc1125f688daa61178a1d107f61f1dba
2018-11-30 09:52:58 +08:00
taoguo 98ac996dce Update http link to https
Modify http link to https link

Change-Id: I73517f80361b12da09baac5b627d580a9c9f4295
2018-11-12 10:55:31 +08:00
Luigi Toscano 4a44010f31 doc: restructure the image building documentation
Main goal: consolidate the information about image
building under the same documentation page, and move
plugin-specific details inside plugin pages.
No plugin-specific information should live outside
those pages.

More details:
- move the detailed documentation about sahara-image-pack
  from the contributor guide to the new dedicated page
  in the user manual;
- remove the vanilla and cdh pages which describes building
  images with sahara-image-create, and move the common
  information to new sahara-image-create page
  in the user manual;
- add the matrix of supported plugin versions and
  supported building technology for each plugin inside
  the respective <plugin>-plugin.rst;
- add the redirects for the removed pages (only for master
  and rocky, where this change should be backported).
- remove few details not really needed (e.g. how to convert
  to VMDK images, location of cloud-init packages, etc,
  which do not really belong here).

Change-Id: I8398a7ad625276d8f11d743688ba71902a7e1adc
2018-10-18 15:15:35 +02:00
Luigi Toscano 77a106a85f Adapt to Keystone changes: use member instead of Member
Keystone now provides "member" by default.
It should not be a problem for upgrades when the configuration
is the default one, because Keystone is case-preserving and
Member and member are the considered the same:
https://docs.openstack.org/keystone/latest/admin/identity-case-insensitive.html

Change-Id: I3bd72631d57546dcf8b887833539fe3ccaac4e47
2018-08-08 16:11:49 +02: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
caowei e7de2b761b Update designate manual installation URL
Change-Id: Id6c1aff0ef2b7299146ea986a3f3628786d1c09d
2017-11-29 10:48:38 +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
Guo Shan b94140e92e Incorrect indent Sahara Installation Guide in sahara
Incorrect indent Sahara Installation Guide in sahara cause wrong
front format.
Closes-Bug:#1729530
Change-Id: I419cd7dbcf9d7f7dadda5d4c7ebf75af64ef2081
2017-11-06 02:42:53 +00:00
sun cheng 96cb88759f Fix typo in advanced-configuration-guide.rst and manager.py
Replace 'allows' with 'allow'
Replace 'have' with 'has'

Change-Id: I35f068b56a8c6982ca90f3a93ae1076339da9959
2017-10-11 16:13:16 +00:00
Luigi Toscano 5662d84690 doc: point to the main git repository and update links
- no need to refer to github; point to the main repositories
  on git.openstack.org and remove the requirement for a github
  account in order to contribute;
- update few links which have been moved around and fix at least
  the associated message of a link;
- link to the website for HTTPie.

Change-Id: Ib310815d346e2364de1a2282f3f1e2d94590c3d2
2017-08-21 15:15:47 +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