From 99bbd73b7a909bcf19741a52fe995f693a84fe7f Mon Sep 17 00:00:00 2001 From: Kanagaraj Manickam k00365106 Date: Thu, 5 Oct 2017 14:21:16 +0530 Subject: update basic-login command for onap Issue-Id: CLI-66 Change-Id: Ib1af822f63ea3a6d33f2f32e47302462d44b3535 Signed-off-by: Kanagaraj Manickam k00365106 --- .../main/resources/open-cli-schema/basic-logout-onap-1-1.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'plugins') diff --git a/plugins/onap-1.1/auth/src/main/resources/open-cli-schema/basic-logout-onap-1-1.yaml b/plugins/onap-1.1/auth/src/main/resources/open-cli-schema/basic-logout-onap-1-1.yaml index 02b0308a..b7e6dddb 100644 --- a/plugins/onap-1.1/auth/src/main/resources/open-cli-schema/basic-logout-onap-1-1.yaml +++ b/plugins/onap-1.1/auth/src/main/resources/open-cli-schema/basic-logout-onap-1-1.yaml @@ -9,3 +9,12 @@ info: service: basic-auth type: auth author: ONAP CLI Team onap-discuss@lists.onap.org + + +parameters: + - name: host-username + is_include: false + - name: host-password + is_include: false + - name: no-auth + is_include: false \ No newline at end of file -- cgit 1.2.3-korg