User Guides: Fix dashboard intros

Add specific text for both version of the guides to dashboard intro and
mark it conditional using the :only: directive.

Also, remove unused ifconfig Sphinx extension.

Partial-Bug: #1440957

Change-Id: I6849989a8ae34638935f76efc174ff909a7a441c
This commit is contained in:
Andreas Jaeger 2015-04-07 14:03:55 +02:00
parent 5371252027
commit 549a6efe9f
2 changed files with 16 additions and 5 deletions

View File

@ -46,7 +46,7 @@ sys.path.append(os.path.abspath('../sphinx-ext/'))
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = ['sphinx.ext.ifconfig', 'os_doc_tools.sphinx.hotref', 'scope']
extensions = ['os_doc_tools.sphinx.hotref', 'scope']
# Add any paths that contain templates here, relative to this directory.
# templates_path = ['_templates']

View File

@ -2,10 +2,21 @@
OpenStack dashboard
===================
As a cloud end user, you can use the OpenStack dashboard to provision
your own resources within the limits set by administrators. You can
modify the examples provided in this section to create other types and
sizes of server instances.
.. only:: admin_only
As a cloud administrative user, the OpenStack dashboard lets you
create and manage projects, users, images, and flavors. You can
also set quotas and create and manage services. For information
about using the dashboard to perform end user tasks, see the
`OpenStack End User Guide <http://docs.openstack.org/user-guide/>`__.
.. only:: user_only
As a cloud end user, you can use the OpenStack dashboard to provision
your own resources within the limits set by administrators. You can
modify the examples provided in this section to create other types and
sizes of server instances.
.. Files should be in order of current User Guides and then as following:
Files currently in End User Guide