[Murano Docs] Fix description for bundle-import

We cannot specify category for bundle. This patch removes
this information
Change-Id: I90b3f7755fdcca5344df8309402d9de37de65142
This commit is contained in:
Tetiana Lashchova 2016-03-03 16:10:29 +02:00
parent d0bdf0d477
commit 5c40afe497
2 changed files with 2 additions and 4 deletions

View File

@ -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::

View File

@ -217,8 +217,7 @@ several different ways:
* :ref:`from an URL <cli_bundle_url>`
* :ref:`from murano app repository <cli_bundle_repo>`
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: