File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed
Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,14 @@ def take_action(self, parsed_args):
105105
106106
107107class DeleteProject (command .Command ):
108- _description = _ ("Delete project(s)" )
108+ _description = _ (
109+ "Delete project(s). This command will remove specified "
110+ "existing project(s) if an active user is authorized to do "
111+ "this. If there are resources managed by other services "
112+ "(for example, Nova, Neutron, Cinder) associated with "
113+ "specified project(s), delete operation will proceed "
114+ "regardless."
115+ )
109116
110117 def get_parser (self , prog_name ):
111118 parser = super ().get_parser (prog_name )
Original file line number Diff line number Diff line change @@ -146,7 +146,14 @@ def take_action(self, parsed_args):
146146
147147
148148class DeleteProject (command .Command ):
149- _description = _ ("Delete project(s)" )
149+ _description = _ (
150+ "Delete project(s). This command will remove specified "
151+ "existing project(s) if an active user is authorized to do "
152+ "this. If there are resources managed by other services "
153+ "(for example, Nova, Neutron, Cinder) associated with "
154+ "specified project(s), delete operation will proceed "
155+ "regardless."
156+ )
150157
151158 def get_parser (self , prog_name ):
152159 parser = super ().get_parser (prog_name )
You can’t perform that action at this time.
0 commit comments