OpenStack Cinder: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
|||
Line 1: | Line 1: | ||
== Setup == | == Setup == | ||
All of our testing has been done in a DevStack environment. | |||
</br> | |||
Here is a link to their website / setup instructions: | |||
[http://devstack.org/ http://devstack.org/] | |||
</br> | |||
</br> | |||
=== Things to Note === | |||
*Make sure that you run the setup with a non root user | |||
**This user needs to have password-less sudo privileges | |||
*DevStack runs a bunch of sessions in screens | |||
**[http://www.rushiagr.com/blog/2013/06/05/linux-screens-in-devstack/ http://www.rushiagr.com/blog/2013/06/05/linux-screens-in-devstack/] | |||
== Features == | == Features == | ||
== Command Examples == | == Command Examples == |
Revision as of 18:53, 10 June 2014
Setup
All of our testing has been done in a DevStack environment.
Here is a link to their website / setup instructions:
Things to Note
- Make sure that you run the setup with a non root user
- This user needs to have password-less sudo privileges
- DevStack runs a bunch of sessions in screens