From 7f66273d3f2fb6449d7b50d88460ace0cb81bf30 Mon Sep 17 00:00:00 2001 From: Vishakha Agarwal Date: Thu, 26 Mar 2020 22:23:57 +0530 Subject: Add resource option immutable This patch adds the --immutable and --no-immutable option to the role, project and domain CLI. Related-Patch: https://review.opendev.org/#/c/712182/ Change-Id: I9c3bdd741f28bf558267fb217818d947597ce13e --- doc/source/cli/command-objects/project.rst | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'doc/source/cli/command-objects/project.rst') diff --git a/doc/source/cli/command-objects/project.rst b/doc/source/cli/command-objects/project.rst index ac7e8cd1..afa785cb 100644 --- a/doc/source/cli/command-objects/project.rst +++ b/doc/source/cli/command-objects/project.rst @@ -16,6 +16,7 @@ Create new project [--domain ] [--parent ] [--description ] + [--immutable | --no-immutable] [--enable | --disable] [--property ] [--or-show] @@ -46,6 +47,15 @@ Create new project Disable project +.. option:: --immutable + + Make project immutable. An immutable project may not be deleted or + modified except to remove the immutable flag + +.. option:: --no-immutable + + Make project mutable (default) + .. option:: --property Add a property to :ref:`\ ` @@ -180,6 +190,7 @@ Set project properties [--name ] [--domain ] [--description ] + [--immutable | --no-immutable] [--enable | --disable] [--property ] [--tag | --clear-tags | --remove-tags ] @@ -199,6 +210,15 @@ Set project properties Set project description +.. option:: --immutable + + Make project immutable. An immutable project may not be deleted or + modified except to remove the immutable flag + +.. option:: --no-immutable + + Make project mutable (default) + .. option:: --enable Enable project (default) -- cgit v1.2.1