Commit Graph

8 Commits

Author SHA1 Message Date
Ghanshyam Mann 256160b849 [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: Ic65d2fd6ce7215b4a47a6fb41b9cbf991f27773b
2021-02-01 17:36:29 +00:00
Colleen Murphy 4ed39d530f Fix relative links
Fix minor errors introduced in f10f95b4.

Change-Id: Id18ae5f5a001541bfa129347d1b8ba6fa055699b
2019-08-20 11:20:01 -07:00
Andreas Jaeger f10f95b455 Docs: Make robust with using real links
Our tools noticed that keystone links to
https://docs.openstack.org/keystone/latest/admin/identity-domain-specific-config.html
which does not exist anymore.

The page was removed but the link to it was not changed. Replace this
and similar links with internal links that will work even if files are
moved - and can be verified, thus sphinx will error in case of broken
targets.

These changes include a few other fixes for broken keystone links, e.g.
to renamed anchors.

For the include files in admin/configuration.rst and
admin/federation/configure_federation.rst: Rename them to *inc.
The files were
published twice (as separate files and on this page) and thus
referencing failed. Renaming avoids this.

Also, put doctree outside of html tree so that it does not get
published.

Change-Id: I3d07637b0046cc88a66bcb51a0a4fe7c146c1549
2019-08-09 20:15:14 +02:00
Edgar Magana 285ad1370e
Replace URL name to the correct one in Keystone Docs
This URL was not updated before. Poiting to the manage-service
that has been updated after Rocky.

Change-Id: I20676205f93284eb43da6be967199a7c729edcce
Closes-Bug: 1817047
2019-03-25 14:04:53 -07:00
Jenkins f80a31138e Merge "Update invalid url in admin docs" 2017-10-06 11:38:51 +00:00
Jaewoo Park 6883e7643f Update invalid url in admin docs
Url has not been updated since the changes to the documentation
location. This fixes the faulty urls.

Change-Id: Id3cc84fcf199d83a6e225cb1c3a760e34f1ba22e
2017-09-11 10:39:52 -07:00
jolie 4e912c20cd Remove keystone-all doc
Keystone-all had been removed in Newton. This patch remove
keystone-all related doc

Change-Id: I9c1d49a9156ab3741bb1e440d478f2888454b541
2017-09-11 16:44:16 +08:00
Samriddhi Jain aba9267323 Added keystone admin guides to documentation
Currently the identity administrator guide docs are a part of
general OpenStack-manuals. Migrating those docs to keystone
documentation so that they can be reviewed effectively by
keystone developers too.

Partial-Bug #1694460
Depends-On: Ia750cb049c0f53a234ea70ce1f2bbbb7a2aa9454

Change-Id: Id121ae1dd5bce993b4ad1219b592527ef0047063
2017-06-24 00:42:14 +05:30