From fd395baf16890905b347f2d855bd66893804df31 Mon Sep 17 00:00:00 2001 From: qiaomin Date: Sat, 8 Oct 2016 04:40:06 +0000 Subject: [PATCH] Use Newton link to replace Mitaka Change-Id: I9d44f0a43777962d04068051a542c2ce79425322 --- security-guide/source/block-storage/volume_wiping.rst | 4 ++-- security-guide/source/compute/hardening-deployments.rst | 2 +- security-guide/source/identity/policies.rst | 2 +- .../instance-management/security-services-for-instances.rst | 4 ++-- security-guide/source/object-storage.rst | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/security-guide/source/block-storage/volume_wiping.rst b/security-guide/source/block-storage/volume_wiping.rst index 3ccaa524..84ced97a 100644 --- a/security-guide/source/block-storage/volume_wiping.rst +++ b/security-guide/source/block-storage/volume_wiping.rst @@ -19,7 +19,7 @@ patterns. For more information about the ``lvm_type`` parameter, see the `LVM Block Storage section -`__ +`__ of OpenStack Configuration Reference and the `Oversubscription in thin provisioning `__ @@ -27,5 +27,5 @@ of OpenStack Administrator Guide. For more information about the ``volume_clear`` parameter, see the `Block Storage sample configuration files -`__ +`__ of OpenStack Configuration Reference. diff --git a/security-guide/source/compute/hardening-deployments.rst b/security-guide/source/compute/hardening-deployments.rst index 35908706..38962f86 100644 --- a/security-guide/source/compute/hardening-deployments.rst +++ b/security-guide/source/compute/hardening-deployments.rst @@ -33,7 +33,7 @@ successfully. Monitoring is a critical component of IT infrastructure, and we recommend the `Compute logfiles -`__ +`__ be monitored and analyzed so that meaningful alerts can be created. diff --git a/security-guide/source/identity/policies.rst b/security-guide/source/identity/policies.rst index ab835b49..ff0a4e86 100644 --- a/security-guide/source/identity/policies.rst +++ b/security-guide/source/identity/policies.rst @@ -9,7 +9,7 @@ associated policy file. A resource, for example, could be API access, the ability to attach to a volume, or to fire up instances. The policy rules are specified in JSON format and the file is called ``policy.json``. The syntax and format of this file is discussed in the `Configuration Reference -`__. +`__. These policies can be modified or updated by the cloud administrator to control the access to the various resources. Ensure that any changes to the diff --git a/security-guide/source/instance-management/security-services-for-instances.rst b/security-guide/source/instance-management/security-services-for-instances.rst index 44fd578e..92344ea4 100644 --- a/security-guide/source/instance-management/security-services-for-instances.rst +++ b/security-guide/source/instance-management/security-services-for-instances.rst @@ -48,9 +48,9 @@ and volume requests. The ``FilterScheduler`` is the default scheduler for OpenStack Compute, although other schedulers exist (see the section `Scheduling -`_ +`_ in the `OpenStack Configuration Reference -`_ +`_ ). This works in collaboration with 'filter hints' to decide where an instance should be started. This process of host selection allows administrators to fulfill many different security and compliance diff --git a/security-guide/source/object-storage.rst b/security-guide/source/object-storage.rst index 5a112777..ed79bccf 100644 --- a/security-guide/source/object-storage.rst +++ b/security-guide/source/object-storage.rst @@ -86,7 +86,7 @@ non-root (UID 0) service account. One recommendation is the user name "swift" with the primary group "swift." Object Storage services include, for example, 'proxy-server', 'container-server', 'account-server'. Detailed steps for setup and configuration can be found in the `Add Object Storage chapter -`__ +`__ of the Installation Guide in the `OpenStack Documentation index `__. (The link defaults to the Ubuntu version.)