-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
adding lighbits cinder driver support #3
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
.. cinder-guide-Lightbits: | ||
|
||
===================================== | ||
Lightbits labs storage for OpenStack | ||
===================================== | ||
|
||
Lightbits labs Cinder Driver | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. same and same everyone you have "labs" There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @yuval-lb Will this change the content of this page ? I've plan to create patch to update these pages . There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. if yes then we want to merge this patch asap. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @rahman-lb no, this guide will be part of the kolla-ansible project There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Got you, i'll take care of the other. |
||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
|
||
To use the ``Lightbits labs`` Cinder backend, enable and | ||
configure the ``Lightbits labs`` Cinder driver in | ||
``/etc/kolla/globals.yml``. | ||
|
||
.. code-block:: yaml | ||
|
||
enable_cinder_backend_lightbits: "yes" | ||
|
||
.. end | ||
|
||
Also set the values for the following parameters in ``/etc/kolla/globals.yml``: | ||
|
||
- ``lightos_api_address`` | ||
- ``lightos_api_port`` | ||
- ``lightos_default_num_replicas`` | ||
- ``lightos_skip_ssl_verify`` | ||
- ``lightos_jwt`` | ||
|
||
|
||
For details on how to use these parameters, refer to the | ||
`Lightbits labs Cinder Reference Guide <https://docs.openstack.org/cinder/latest/configuration/block-storage/drivers/lightbits-lightos-driver.html>`_. | ||
|
||
There are numerous other parameters that can be set for this driver and | ||
these are detailed in the above link. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would just drop the "labs" here. If you want to keep it, it needs to be capitalized, as the name is "Lightbits Labs", not "Lightbits labs".