Remove GridFS from Glance
Glance doens't support GridFS driver now. It's has been removed from glance_store[1]. [1]: https://review.openstack.org/#/c/255583/ Change-Id: I4d9a8c8f52b13b55ada99255fa0f594ecb8f75ce
This commit is contained in:
parent
097217aa09
commit
7486e9f889
@ -250,7 +250,7 @@ Sheepdog
|
||||
A distributed storage system for QEMU/KVM.
|
||||
|
||||
GridFS
|
||||
Stores images using MongoDB.
|
||||
Stores images using MongoDB. This store driver will be removed in Mitaka.
|
||||
|
||||
|
||||
Image properties and property protection
|
||||
|
@ -7,7 +7,6 @@ images:
|
||||
|
||||
* OpenStack Block Storage (cinder)
|
||||
* A directory on a local file system
|
||||
* GridFS
|
||||
* Ceph RBD
|
||||
* Amazon S3
|
||||
* Sheepdog
|
||||
@ -18,7 +17,6 @@ The following tables detail the options available for each.
|
||||
|
||||
.. include:: ../tables/glance-cinder.rst
|
||||
.. include:: ../tables/glance-filesystem.rst
|
||||
.. include:: ../tables/glance-gridfs.rst
|
||||
.. include:: ../tables/glance-rbd.rst
|
||||
.. include:: ../tables/glance-s3.rst
|
||||
.. include:: ../tables/glance-sheepdog.rst
|
||||
|
@ -1,24 +0,0 @@
|
||||
..
|
||||
Warning: Do not edit this file. It is automatically generated from the
|
||||
software project's code and your changes will be overwritten.
|
||||
|
||||
The tool to generate this file lives in openstack-doc-tools repository.
|
||||
|
||||
Please make any changes needed in the code, then run the
|
||||
autogenerate-config-doc tool from the openstack-doc-tools repository, or
|
||||
ask for help on the documentation mailing list, IRC channel or meeting.
|
||||
|
||||
.. _glance-gridfs:
|
||||
|
||||
.. list-table:: Description of GridFS configuration options
|
||||
:header-rows: 1
|
||||
:class: config-ref-table
|
||||
|
||||
* - Configuration option = Default value
|
||||
- Description
|
||||
* - **[glance_store]**
|
||||
-
|
||||
* - ``mongodb_store_db`` = ``None``
|
||||
- (StrOpt) Database to use
|
||||
* - ``mongodb_store_uri`` = ``None``
|
||||
- (StrOpt) Hostname or IP address of the instance to connect to, or a mongodb URI, or a list of hostnames / mongodb URIs. If host is an IPv6 literal it must be enclosed in '[' and ']' characters following the RFC2732 URL syntax (e.g. '[::1]' for localhost)
|
@ -174,8 +174,6 @@ glance_store/filesystem_store_datadir filesystem
|
||||
glance_store/filesystem_store_datadirs filesystem
|
||||
glance_store/filesystem_store_file_perm filesystem
|
||||
glance_store/filesystem_store_metadata_file filesystem
|
||||
glance_store/mongodb_store_db gridfs
|
||||
glance_store/mongodb_store_uri gridfs
|
||||
glance_store/os_region_name common
|
||||
glance_store/rados_connect_timeout rbd
|
||||
glance_store/rbd_store_ceph_conf rbd
|
||||
|
@ -1,6 +1,5 @@
|
||||
elasticsearch Elasticsearch
|
||||
filesystem filesystem
|
||||
gridfs GridFS
|
||||
imagecache flagmappings
|
||||
matchmaker matchmaker
|
||||
rbd RADOS Block Devices (RBD)
|
||||
|
Loading…
x
Reference in New Issue
Block a user