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
Raildo Mascena 12020a0b83 Adding note for create a project without domain info
When we create a project, using a project scoped token,
without add the domain_id or domain information in the
project creation parameters, this project will be
automatically created on the default domain.

Change-Id: Ib7a2d47c2204b0639f029c3079f4fa86ee78e3a9
2020-07-03 11:36:06 -03:00
Jens Harbott 182aa60791 Update broken link
Seems the user-guide no longer is a thing on its own, link to the
python-openstackclient documentation instead.

Change-Id: I84edd824e4b6a226e383071e9e3de1911f57939e
2019-08-15 09:46:03 +00:00
Jens Harbott 14d256adda Update cli docs
Initially I only wanted to update from referencing the roles ``Member``
and ``_member`` to ``member`` and ``reader``, as that are the defaults
now created by ``keystone-manage bootstrap``.

During verifying my changes I notices that some CLI output format had
changed, so I updated those too.

Finally drop listing all the IDs for creating a role assignment, as the
CLI can work with names all the way now.

Change-Id: If585a67639332bcb7e53ca4600884222978af9be
2019-08-15 09:12:31 +00:00
wangxiyuan 0abde0c35d Refresh admin doc
What this patch done:

1. Paste is removed from Keystone. The healthcheck middleware
now is enabled by default.
2. Role supports `description` property now.
3. `reader` and `member` role are added to bootstrap command.

Update the related doc.

Change-Id: Ic49d3b09cf0df8bc4b1096349e36bdee2f1da0ca
2018-11-07 15:56:00 +08:00
Jim Rollenhagen a8e26936a9 Fix command to verify role removal in docs
The command here doesn't work; update it to a command that does.

Change-Id: I7c34d67f1dd326fb7bb9772c7a56ef9934587608
2018-09-26 15:02:57 -04:00
Kristi Nikolla d054c9a5ac Simple usage docs for implied roles
Depends-On: I08f785dc9e840da2e16915683eecfe49189c44b3
Change-Id: I47722a52f590eae1d1b5c6c5ac7f08b5508e9437
Partial-Bug: #1775094
2018-06-21 15:46:51 -04:00
Samriddhi Jain dcc9d5ce28 Added new docs to admin section
Apart from the project related docs, these two docs
also need to be added as per the specs.
Change-Id: I81e536a7394ec6935434da296f99686d407e1608
2017-07-17 11:48:42 +05:30