Commit Graph

26 Commits

Author SHA1 Message Date
Tom Barron d9a01c0dd7 Add PDF documentation build
Add a new tox target to build PDF documentation in accord
with the community goal [0] to have PDF docs available.

Also, only show genindex and search for HTML.  These elements
do not make sense within PDF documents.

[0] https://governance.openstack.org/tc/goals/selected/train/pdf-doc-generation.html

Change-Id: Ia75423d1efbec65730130eedf169c458b92b0c9f
2019-09-13 23:38:24 +00:00
gujin e1c48ee266 Replace git.openstack.org URLs with opendev.org URLs
1. Replace git.openstack.org URLs with opendev.org URLs
2. Remove unncessary "=="

Change-Id: If78b4eefb9bb144f65d7be2f6c898a74f5dc150e
2019-05-27 13:41:50 +08:00
ShangXiao c79273be08 Add release notes link to README
Add release notes url doc link to README.rst
for better understanding.

Change-Id: I1e869031b5073afbeef45c8895bca39dcd72076b
2018-05-14 01:43:38 -07:00
wanghui 1b90201ca9 Update links in README
Change the outdated links to the latest links in README

Change-Id: I0b28a4a95cf05b4a756b9e0c20170bf9836cb211
2018-03-28 11:21:28 +08:00
Akihiro Motoki df7319b80d Reorganize manila-ui documentation
This commit reorganizes the doc structure in the way
suggested by doc-migration spec.

Note that user/ is not touched by this commit
as I plan to update it in a subsequent patch
which moves manila-ui user/admin guide from horizon.

Change-Id: I3c644c33cb912397bd1d5ee890f4991ac3e26501
2018-01-06 20:37:59 +09:00
Tom Barron b7fb1dd1c8 doc migration: new directory layout
This patch introduces a new directory layout
in doc/source in conformance with the OpenStack
manuals project migration spec [1], moves the
existing content in manila/doc/source into the
new directories, and adjusts index files accordingly.

This is the first step in the migration process
as outlined in the spec.

[1] https://specs.openstack.org/openstack/docs-specs/specs/pike/os-manuals-migration.html

Partial-Bug: #1706181
Needed-By: Iac9a0180a8b1a45f6f1d84020c6d15f457ad92bf
Depends-On: I92cc896bbd505d10c9dc7101bacb4caedf43da8f
Depends-On: Ia750cb049c0f53a234ea70ce1f2bbbb7a2aa9454

Change-Id: I9c378a188f9009a82100f5488a936d43536bd5b6
2017-08-21 10:22:02 -04:00
Jenkins f5dbac027e Merge "Optimize the link address" 2017-08-01 11:21:29 +00:00
M V P Nitesh b0c9dd68db Optimize the link address
Use https instead of http to ensure the safety

Change-Id: I324f8fc163b498af897c58ce3bd935bf889c6404
2017-08-01 06:12:22 +00:00
Valeriy Ponomaryov 087948ae1a Add support of share groups
To both existing dashboards - admin and project.

Change-Id: Ice335de858c234799405f7592b9f08e58e6dec6e
Implements BluePrint share-groups
2017-07-27 20:05:15 +03:00
Valeriy Ponomaryov 6dcc671543 Refactor admin dashboard
Separating tabs of single panel to separate panels.
It will reduce amount of redundant calls, because it is very unlikely
that someone will need all tabs at once. Also, it is current approach
that is used by core projects.

Change-Id: I874253e0e9a35ede8239bc1bdf0a330a44ade413
Partially-Implements BluePrint create-share-panel-group
2017-06-06 15:54:35 +03:00
vponomaryov dbf90b2941 Update settings file with all available config options
Changes [1] and [2] added new config options in code logic, but
not in settings file. So, add them to settings file too to ease
tracking of configuration options. These two are the only absent
defaults for the moment.

[1] I0c256d0007395e659f804e8874424f4148021ca8
[2] Ia3808486b8604270127c22d45e455e1955b36dba

Change-Id: Ia461c5a5b182d109b3e55696491766043eb0ad2b
2017-01-10 12:36:59 +02:00
Victoria Martinez de la Cruz 85d17c9bad Only show available share protocols on share creation modal
Do not show share protocols in Shares drop-down menu if
the backend is not available.
This patch set is a workaround for this bug. We are using the
settings override feature. Operators will need to place a
'enabled_share_protocols: ['proto1', 'proto2', ...]' setting
on the OPENSTACK_MANILA_SETTINGS files.
The correct fix for this bug would be to add a capabilities
endpoint in the controller plane in order to get the available
backends.

Change-Id: I13637491994e6f074e66fe0f3026a303944892ec
Closes-Bug: #1622732
2017-01-06 07:35:20 -05:00
Victoria Martinez de la Cruz 43bbdcdb1f Moves OPENSTACK_MANILA_SETTINGS TO local_settings.d/
The enabled/ directory allows toggling of panels and plugins
while the local_settings.d/ allows overriding of settings.
We had OPENSTACK_MANILA_SETTINGS dict under enabled/ and for this
reason the settings overriden there were not taking effect.
This patch set moves OPENSTACK_MANILA_SETTINGS under local_settings.d/

Change-Id: Ie4cd49216f1a4a93c5fe1358c97682f8e4044b43
Closes-Bug: #1641624
2016-12-12 20:36:50 +00:00
Flavio Percoco e82fddb070 Show team and repo badges on README
This patch adds the team's and repository's badges to the README file.
The motivation behind this is to communicate the project status and
features at first glance.

For more information about this effort, please read this email thread:

http://lists.openstack.org/pipermail/openstack-dev/2016-October/105562.html

To see an example of how this would look like check:

b'https://gist.github.com/42ff25d337845a1cba700379395e5f37\n'

Change-Id: If85adced5f2876e0f791a929839d07b036f57d4d
2016-11-25 12:37:43 +01:00
Valeriy Ponomaryov 8b2802943d Update README.rst file with more info
about:

- configuring Manila UI
- contributing features
- writing unit tests

Change-Id: I166a73c7dd301aacec42db8e6fbb02b1c727343f
2016-11-14 13:42:28 +03:00
Akshai Parthasarathy 4467a4ed46 Add RDO install instructions for Manila UI
Change-Id: I2fb18177c092a2060c277936bd98817ef3a8b1cf
2016-06-03 12:44:03 -04:00
Thomas Bechtold 9a4769dbb0 Use UPDATE_HORIZON_CONFIG for manila_ui.overrides
Instead of manually editing local_settings.py, use the
UPDATE_HORIZON_CONFIG mechanism to set manila_ui overrides.
This simplifies the deployment process of the plugin.

Change-Id: I28b74892f6b400342b66cff8b599a29bf6cc6b56
2015-06-16 16:12:14 +02:00
Valeriy Ponomaryov d3840c8bdf Set new address of manila-ui repo in file README.rst
Replace temporary address of manila-ui project with new constant one in file
README.rst

Closes-Bug: #1450605

Change-Id: I02e3db340069293c2e33b49065589f5090bd6f75
2015-04-30 22:35:37 +03:00
Gary W. Smith 7db7cd53bc Remove horizon patch installation from README
Removed the instructions from the README regarding installing patch
https://review.openstack.org/128133 into horizon since that change has
been merged into horizon
2015-04-23 07:48:15 -07:00
Gary W. Smith fe5780e526 Update unit test instructions in README
Update the instructions for running the unit test to reflect the fact
that the tests can now be executed directly within the plugin directory
rather than requiring the plugin to be installed and tested within
horizon.
2015-04-21 08:38:15 -07:00
Gary W. Smith 436d6b2cac Enable unit tests to run standalone
Enable unit tests to be run standalane; that is, without having a
local copy of the horizon source.  This is primarly intended for use in
automated builds.  The approach, taken from tuskar-ui, is to add an
entry in test-requirements.txt that refers to a source tarball of
horizon which is expanded into the virtual environment, permitting
references to horizon and openstack_dashboard to resolve correctly.

Add additional tooling to support running tests and building virtual
environments to mirror what is done in horizon.
2015-04-20 15:08:53 -07:00
Gary W. Smith 74c01e0bbf Include unit test instructions
Add instructions for unit testing the plugin in README.rst.
2015-04-17 16:26:14 -07:00
Gary W. Smith 6f6068008b Remove broken links from README
Several links in the README were automatically created by the
cookie-cutter tool, and they will not be valid until the project is
adopted into OpenStack.  They are commented out until then.
2015-04-17 16:16:30 -07:00
Gary W. Smith a0050d0a4f Update README to include needed horizon patch 2015-04-10 08:54:33 -07:00
Gary W. Smith 71f09277f8 Add installation instructions 2015-04-09 21:48:51 -07:00
Gary W. Smith 95dfd941cb Initial project creation 2015-03-13 14:01:16 -07:00