diff --git a/doc/config-reference/compute/section_compute-options-reference.xml b/doc/config-reference/compute/section_compute-options-reference.xml
index bed71e3b2d..8172089d85 100644
--- a/doc/config-reference/compute/section_compute-options-reference.xml
+++ b/doc/config-reference/compute/section_compute-options-reference.xml
@@ -1,9 +1,11 @@
-
- Configuration options
+ Compute sample configuration files
+
+ nova.conf - configuration options
For a complete list of all available configuration options for each OpenStack Compute service, run bin/nova-<servicename> --help.
@@ -51,4 +53,6 @@
+
+
diff --git a/doc/config-reference/compute/section_compute-sample-configuration-files.xml b/doc/config-reference/compute/section_compute-sample-configuration-files.xml
new file mode 100644
index 0000000000..96b011eaeb
--- /dev/null
+++ b/doc/config-reference/compute/section_compute-sample-configuration-files.xml
@@ -0,0 +1,31 @@
+
+ Additional sample configuration files
+ Files in this section can be found in /etc/nova.
+
+ api-paste.ini
+ The Compute Service stores its API configuration settings in the
+ api-paste.ini file.
+
+
+
+
+
+ policy.json
+ The policy.json file defines additional access controls that apply to the Compute Service.
+
+
+
+
+
+ rootwrap.conf
+ The rootwrap.conf file defines configuration
+ values used by the rootwrap script when the Compute Service
+ needs to escalate its privileges to those of the root user.
+
+
+
+
+
+