Capitalize 'glance' in db.rst

The 'glance' should be capitalized in db.rst as
other docs did.

Change-Id: Id3c3fd7d12da89eeadcea1a87bbdab1f01b25034
This commit is contained in:
Xi Yang 2015-12-04 23:19:01 +08:00
parent ec2e889f4d
commit 738f860c00

View File

@ -17,7 +17,7 @@
Database Management
===================
The default metadata driver for glance uses sqlalchemy, which implies there
The default metadata driver for Glance uses sqlalchemy, which implies there
exists a backend database which must be managed. The ``glance-manage`` binary
provides a set of commands for making this easier.
@ -39,7 +39,7 @@ Determining the Database Version
glance-manage db version
This will print the current migration level of a glance database.
This will print the current migration level of a Glance database.
Upgrading an Existing Database