From 5c40afe497c3f3500c507445013b3e7e0c3497f6 Mon Sep 17 00:00:00 2001 From: Tetiana Lashchova Date: Thu, 3 Mar 2016 16:10:29 +0200 Subject: [PATCH] [Murano Docs] Fix description for bundle-import We cannot specify category for bundle. This patch removes this information Change-Id: I90b3f7755fdcca5344df8309402d9de37de65142 --- doc/source/articles/client.rst | 3 +-- doc/source/draft/enduser-guide/use_cli.rst | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/doc/source/articles/client.rst b/doc/source/articles/client.rst index 0e825c904..b64879c29 100644 --- a/doc/source/articles/client.rst +++ b/doc/source/articles/client.rst @@ -129,8 +129,7 @@ different ways: * from a http url * from murano app repository -When creating a package you can specify it's categories with -``-c/--categories`` and set it's publicity with ``--is-public`` +When creating a bundle you can set it's publicity with ``--is-public`` To import a local bundle run:: diff --git a/doc/source/draft/enduser-guide/use_cli.rst b/doc/source/draft/enduser-guide/use_cli.rst index 08b97b85e..1737eb5d7 100644 --- a/doc/source/draft/enduser-guide/use_cli.rst +++ b/doc/source/draft/enduser-guide/use_cli.rst @@ -217,8 +217,7 @@ several different ways: * :ref:`from an URL ` * :ref:`from murano app repository ` -When importing bundles, you can specify their categories with -``-c/--categories`` and set their publicity with ``--is-public``. +When importing bundles, you can set their publicity with ``--is-public``. .. _cli_local_bundle: