From 33ada8a53a1db3b224323d237c6dd3ae49709f62 Mon Sep 17 00:00:00 2001
From: Terry Howe <terrylhowe@gmail.com>
Date: Thu, 29 May 2014 15:52:55 -0600
Subject: [PATCH] Comment in middle of glossary messes it up

The glossary stops at the comment, so I moved the comment to the
top.

Change-Id: I7369899dec602bdc63ee99b2fdfd0753d2df2671
---
 doc/source/glossary.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/source/glossary.rst b/doc/source/glossary.rst
index 2534756c9..34a974448 100644
--- a/doc/source/glossary.rst
+++ b/doc/source/glossary.rst
@@ -1,3 +1,6 @@
+.. TODO(dtroyer): Resource needs further fleshing out, revise once the
+..               object model in the SDK is finalized.
+
 Glossary
 ========
 
@@ -58,9 +61,6 @@ Glossary
     region
         The attribute name of a partitioning of cloud resources.
 
-.. TODO(dtroyer): Resource needs further fleshing out, revise once the
-..               object model in the SDK is finalized.
-
     resource
         A Python object representing an OpenStack resource inside the SDK code.
         Also used to describe the items managed by OpenStack.