Hi! I am a student and I'm doing work about authentication CloudStack. Does anyone could provide me a document or picture that explains the authentication model, or a reference that I can use as an introduction?
Moreover, I have trying to install devCloud , but I have a problem with maven . The file " pom.xml " does not exist and I have downloaded the following: https://forge.gluster.org/cloudstack-gluster/cloudstack/blobs/d2c646f0a434831bd5aef88b5692c108fe26e718/tools/devcloud/pom.xml But when I run " mvn clean" command I get the following error: [ INFO] Scanning for projects ... [ INFO] ----------------------------------------------- ------------------------- [ INFO] BUILD FAILURE [ INFO] ----------------------------------------------- ------------------------- [INFO ] Total time: 0.117s [ INFO] Finished at: Thu February 20 00:12:38 UTC 2014 [ INFO] Final Memory : 2M/6M [ INFO] ----------------------------------------------- ------------------------- [ERROR ] The goal you specified requires a project to execute but there is no POM In this directory ( / opt/cloudstack/apache-maven-3.0.4/bin ) . Please Verify you Invoked Maven from the correct directory . -> [ Help 1 ] [ERROR ] [ERROR ] To see the full stack trace of the errors , re -run Maven With the- e switch. [ERROR ] Re -run Maven using the- X switch to enable full debug logging . [ERROR ] [ERROR ] For more information about the errors and possible solutions, please read the Following articles: [ERROR ] [ Help 1 ] http://cwiki.apache.org/confluence/display/MAVEN/MissingProjectException I think the problem is that the namespace is not available . Is there any solution? Thank you.