The content of the admin-guide-cloud has been changed and thus URLs are
moved. Replace outdated URLs with current ones.
The reorg of admin-guide-cloud was done as part of
http://specs.openstack.org/openstack/docs-specs/specs/liberty/reorganise-user-guides.html.
Implements blueprint reorganise-user-guides
Change-Id: I6f980021824e57df973e62d6023b27feb0fa703b
:param is_new_cinder_install: bool indication of new Cinder install
"""
- doc_html = "http://docs.openstack.org/admin-guide-cloud/content" \
- "/nfs_backend.html"
+ doc_html = "http://docs.openstack.org/admin-guide-cloud" \
+ "/blockstorage_nfs_backend.html"
self._ensure_shares_mounted()
if not self._mounted_shares:
NAS file operations. This base method will set the NAS security
options to false.
"""
- doc_html = "http://docs.openstack.org/admin-guide-cloud/content" \
- "/nfs_backend.html"
+ doc_html = "http://docs.openstack.org/admin-guide-cloud" \
+ "/blockstorage_nfs_backend.html"
self.configuration.nas_secure_file_operations = 'false'
LOG.warning(_LW("The NAS file operations will be run as root: "
"allowing root level access at the storage backend. "