From a765b1ee6bc4d807394e5bdac52a5f1c669f79a4 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Sun, 23 Aug 2015 10:48:20 +0200 Subject: [PATCH] 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 --- cinder/volume/drivers/nfs.py | 4 ++-- cinder/volume/drivers/remotefs.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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. " -- 2.45.2