From e6bf3eb1552344fd7293065fc899e9b2d1388186 Mon Sep 17 00:00:00 2001 From: Frank Kloeker Date: Thu, 6 Dec 2018 21:22:27 +0100 Subject: [PATCH] Remove security-group param The openstack command client doesn't use "--sercurity-group" parameter, it is for nova client. So we should remove these sentences. Change-Id: I03895b891c91ea8ec77910316fde2efb9cae6b0e Closes-Bug: #1696506 --- doc/source/ops-user-facing-operations.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/doc/source/ops-user-facing-operations.rst b/doc/source/ops-user-facing-operations.rst index dba7cd4c..bbec98be 100644 --- a/doc/source/ops-user-facing-operations.rst +++ b/doc/source/ops-user-facing-operations.rst @@ -1889,8 +1889,6 @@ project has been modified to be more permissive. Adding security groups is typically done on instance boot. When launching from the dashboard, you do this on the :guilabel:`Access & Security` tab of the :guilabel:`Launch Instance` dialog. -When launching from the command line, append ``--security-groups`` -with a comma-separated list of security groups. It is also possible to add and remove security groups when an instance is running. Currently this is only available through the command-line