add information for ceph object storage (#632)
diff --git a/source/installguide/configuration.rst b/source/installguide/configuration.rst
index 61d5440..c6c3ee5 100644
--- a/source/installguide/configuration.rst
+++ b/source/installguide/configuration.rst
@@ -47,6 +47,8 @@
#. Add secondary storage to the zone. See :ref:`add-secondary-storage`.
+#. Add Object Storage to the zone. See :ref:`add-object-storage`.
+
#. Register Templates to the zone. See :ref:`register-templates`.
#. Initialize and test the new cloud. See :ref:`initialize-and-test`.
@@ -1820,18 +1822,21 @@
- Provider. Choose provider and then fill in the related
fields which appear. The fields will vary depending on the object storage
provider; for more information, consult the provider's
- documentation (such as the MinIO website).
+ documentation. Currently supported providers are MiniO, Ceph and CloudianHyperStore.
- URL: API endpoint of the object storage server
- Access key: Credentials with access to admin API of the object storage server
- Secret key: Credentials with access to admin API of the object storage server
+
+ In case of ceph make sure the user is a system user and has the necessary permissions to access the ceph pool specified in the url field.
|AddObjectStore.png: Add Object Storage|
See https://min.io/docs/minio/linux/index.html for MinIO Documentation
-
+See https://docs.ceph.com/en/latest/radosgw/admin/ for Ceph Object Storage Documentation
+See https://cloudian.com/support/documentation/ for Cloudian HyperStore Documentation
.. _register-templates: