From: Andreas Jaeger Date: Sun, 23 Aug 2015 08:48:20 +0000 (+0200) Subject: Fix URLs to admin-guide-cloud X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=a765b1ee6bc4d807394e5bdac52a5f1c669f79a4;p=openstack-build%2Fcinder-build.git Fix URLs to admin-guide-cloud 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 --- diff --git a/cinder/volume/drivers/nfs.py b/cinder/volume/drivers/nfs.py index a9395057d..78c178434 100644 --- a/cinder/volume/drivers/nfs.py +++ b/cinder/volume/drivers/nfs.py @@ -323,8 +323,8 @@ class NfsDriver(driver.ExtendVD, remotefs.RemoteFSDriver): :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: diff --git a/cinder/volume/drivers/remotefs.py b/cinder/volume/drivers/remotefs.py index fb7ffd5b7..1fa8f0ccb 100644 --- a/cinder/volume/drivers/remotefs.py +++ b/cinder/volume/drivers/remotefs.py @@ -558,8 +558,8 @@ class RemoteFSDriver(driver.LocalVD, driver.TransferVD, driver.BaseVD): 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. "