27 Commits

Author SHA1 Message Date
Andreas Jaeger
0aafb1c46f Cleanup docs building
* Remove doc/source/install/conf.py, it's not used
* Update openstackdocstheme version and remove settings that are now the
  default.
* Use docs dependencies for api-ref building.

Change-Id: If37ed5bdbf6a1ef3107e66073eca9917704edee2
2020-02-23 14:16:10 +01:00
Goutham Pacha Ravi
8e1343c9cd Remove support for "lvm_share_export_ip"
The LVM driver accepts a "lvm_share_export_ips"
option instead of "lvm_share_export_ip" since
the Pike release [1]. Let's drop support for this
option and cleanup compatibility code.

[1] Ib3594aa5d7751c829820fce830d87f6ceea6b049

Change-Id: Ifdeb470438c204cc6cc370517833cb2cab5b7822
2019-07-30 16:57:35 -07:00
lijunbo
cfc5edf0ee Docs: glance image-create returns an error issue
glance image-create --copy-from command returns an error
--copy-from is not allowed in glance default v2 version.

Change-Id: Ied78435ae927c8c1b6b92740aca7596950a244ff
Closes-bug: #1700169
2018-07-16 12:22:59 +08:00
Vu Cong Tuan
712d3854c7 Update "auth_url" in install docs
Based on the change in Keystone Install Guide [1],
this patch replace port 35357 with 5000 for "auth_url" in docs.

For more details, please check similar changes which have been done
on other projects: Nova [2], Neutron [3], Cinder [4], Glance [5].

[1] https://review.openstack.org/#/c/541857
[2] https://review.openstack.org/#/c/562812
[3] https://review.openstack.org/#/c/566491
[4] https://review.openstack.org/#/c/565464
[5] https://review.openstack.org/#/c/558932

Change-Id: Ied73662270c56bbeb3a09ae2ad7965de58f6ef8d
2018-05-10 15:38:35 +07:00
junboli
626cb78c96 Update auth_url value in install docs
Follow the keystone install guide by using port 5000
as the default auth_url, this change is to update manila
install guide to follow that.

Change-Id: I1dadd202742a88d80978065f0501b668e859793c
Closes-bug: #1754104
2018-05-01 00:32:37 +08:00
junboli
7a7fa2c063 Use 'Default' as the value of domain name in install guide
The Manila install guide use default in some place as the value of
user_domain_name and project_domain_name, whereas the Keystone
install guide, which people would be consulting earlier, instructs
the installer to use 'Default'.  Since the name is case-sensitive,
this is causing problems for first-time installers of OpenStack.

Ref: https://bugs.launchpad.net/keystone/+bug/1229093

Change-Id: I1cf4345abd3ae8923f8d1fbd0706737494745d84
Closes-bug: #1766475
2018-04-23 21:27:39 +08:00
caoyuan
292d0042d6 Update auth_uri option to www_authenticate_uri
Option auth_uri from group keystone_authtoken is deprecated[1].
Use option www_authenticate_uri from group keystone_authtoken.

[1]https://review.openstack.org/#/c/508522/

Change-Id: Ic9c19c216fa85ac5125b39a6346539b0e8eacbfd
2018-04-19 14:09:21 +00:00
zhang.lei
f09d6ab951 Remove the deprecated "giturl" option
From openstackdocstheme 1.18.0, valid Git URLs can be retrieved by
openstackdocstheme[1], we do not need giturl option anymore.

[1] https://review.openstack.org/532163

Change-Id: I11d4af5807a2f95dd6e6d06ae5c5f9a9ea45e2f9
2018-03-24 23:07:21 -04:00
Vu Cong Tuan
978e283f2c Adding driver to mysql connection URL
With current URL [1], default driver will be used.
In order to ensure the compatibility, it is better to include the exact driver [2].

[1] connection = mysql://
[2] connection = mysql+pymysql://

Change-Id: Ibd6418a9053103fa743207d672f6f0a3b23c30f5
2018-03-19 16:52:08 +07:00
junboli
cca65cb088 Fix the incorrect reference links
TrivialFix
[1] is the installation guide for OpenStack components, and [2]
is the installation guide for manila, obviously, we need [1] in
the docs.

[1] https://docs.openstack.org/latest/install/
[2] https://docs.openstack.org/manila/latest/install/index.html

Change-Id: I53dc68b1ca13c18423e0c1c5d381faa72982e20b
2018-02-26 09:24:40 +08:00
junboli
4073c5b3e4 DocImpact: Add MapR-FS native driver
Change-Id: I5dfeb0e9e914d658ab7f76d7695402ab2b1bd829
Closes-Bug: #1657002
2018-01-16 04:38:17 +00:00
Zuul
c6c0559926 Merge "Replace invalid link in manila doc" 2018-01-03 04:28:39 +00:00
Rui Yuan Dou
1d6c736e2d Replace invalid link in manila doc
Change-Id: I54c1479f97c8647e9b63f25b0e608cc3170c8018
2017-12-27 09:29:06 +08:00
junboli
d2ac6cfafa Fix install docs reference error
TrivialFix

Change-Id: Id89807c19fc9ebda662a5a375b7e3890c6792110
2017-12-23 18:10:03 +08:00
kedy
34a5d67a04 fix keystone auth failed since project_domain_id and user_domain_id
we fix the project_domain_id and user_domain_id to user_domain_name
and user_domain_name for the keystone_auth_token section in the doc

Change-Id: I810d69956478344a187be841da6ee7c35982f5c7
Closes-bug: 1712073
2017-11-22 23:51:38 +08:00
caowei
6c5c259b78 Fix shared-file-systems-share-types URL
Change-Id: I4c3a85fca7376e2f97daaceb2f425f65c9e24218
2017-11-21 09:50:35 +08:00
Tom Barron
78dda3ab8e Purge doc of references to nova net
since support for nova network was removed back in Ocata [1] [2].

Also fix a self-referential link.

[1] 0f33dcf62b61547e54011e831f3af939e472e5bc

[2] I8b9a559fbea61979f01737ed1dc272276c4f1269

TrivialFix

Change-Id: I7f7fdcbf72c2ed38a9141977a0b48dc3fec2f46e
2017-10-31 04:51:19 -04:00
Zuul
c86e7658af Merge "[Doc] Add share group in doc" 2017-10-24 15:24:25 +00:00
Zuul
53e8028a41 Merge "[doc] Fix install guide doc" 2017-10-24 13:27:05 +00:00
zhongjun
508a49f4a2 [doc] Fix install guide doc
* Fix echo of user create command
* Fix description of manila V2 service

Change-Id: Iedde5a9a774a60e760b47d5eb1973f42d79127d4
2017-10-23 03:46:18 +00:00
Victoria Martinez de la Cruz
d5ec2ad9f0 CentOS share node install docs
* Missing targetcli package in RDO share node install guide

Change-Id: I3a7f296f68e44f9508ff6eed25a4c8ca766312a0
2017-10-19 19:01:15 -03:00
zhongjun
0d4a317adb [Doc] Add share group in doc
Separate add share group description in other API or CLI echo in
this patch from add share group itself description in other patches:
Added share group iteslf in api-ref [1]
Added share api admin doc [2]
Added share group in driver requirements [3]

[1] I852d264eb120027aad32997dc64a6ca428ee55a4
[2] Ia0cc534e0bfb2ca5e495e575237e9911c746691b
[3] Iedde5a9a774a60e760b47d5eb2973f42d79227d4

Change-Id: Iedde5a9a774a60e760b47d5eb2973f42d79127d3
2017-09-28 14:49:29 +00:00
Jenkins
a035da08b4 Merge "[Doc] Delete consistency group in doc" 2017-09-20 03:42:40 +00:00
junboli
90e5c8a1d7 Switch base to latest in link address
Using latest doc version instead of ocata version.


Change-Id: Ia71473a80f52b4839d677de6bd1f0202241f4048
2017-09-19 12:52:49 +00:00
zhongjun
804b81226c [Doc] Delete consistency group in doc
Since consistency group APIs were removed in 2.31 API version.
Now we delete consistency group description in docs.

Change-Id: I6499ae6c98d9489a257bb20febd6c1ddb9e17b12
2017-09-18 11:29:57 +08:00
Tom Barron
66194ce622 doc migration: install guide
There is little material on manila in the centralized Install
Guide to migrate as outlined in the migration spec [1], so copy
from our local install guide.  After we complete this migration,
we can remove the job that builds the local install guide and
remove it from the manila tree.

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

Change-Id: Ibe3588c3f4560c037cf109058fc357234e70a846
Partial-Bug: #1706181
Needed-By: I04237021943bb7501acb9cfb7252be2cbf07ac4b
Depends-On: I7924d94b82e7c8d9716bad7a219fc38c57970773
Depends-On: Ia750cb049c0f53a234ea70ce1f2bbbb7a2aa9454
2017-08-24 17:55:39 +00:00
Tom Barron
90060722a9 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: I7924d94b82e7c8d9716bad7a219fc38c57970773
Depends-On: Ifc80fc56648cef74c85464321d1850e8c68449a0
Depends-On: Ia750cb049c0f53a234ea70ce1f2bbbb7a2aa9454
Change-Id: Ieea33262101a1d2459492c1c8aaac5fe042279f6
2017-08-24 09:16:25 -04:00