[Openstack] Can I build Openstack cloud on windows7

2014-11-27 Thread kyawthu win
Hi, I would like to build private cloud using openstack on windows 7 insteads of Ubuntu 14.04. Can I build? If so, How to build? Thanks! ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lists.opensta

[Openstack] How to use jsp project in openstack

2014-12-16 Thread kyawthu win
Hi, I am writing a web-based program using Apache Tomcat Server. The program code are jsp codes. If I may build and use OpenStack, how to apply my current jsp project in openstack. Thanks! ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/lis

[Openstack] Only Storage Cloud

2014-12-17 Thread kyawthu win
Hi, I want to build only private storage cloud using openstack swift. So, does i need to install nova compute engine. I have been installed and setup swift components. Thanks! ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack

[Openstack] Jclouds installation error

2014-12-22 Thread kyawthu win
Hi, I want to use jclouds. I create pom.xml from http://jclouds.apache.org/guides/openstack/#pom Then I run mvn dependency:copy-dependencies "-DoutputDirectory=./lib" It shows errors like this BUILD FAILURE Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:2.1:copy-dependenc

[Openstack] Config Parsing Error

2014-12-24 Thread kyawthu win
Hi, When i start swift service at object storage node, It shows error like this ConfigParser.ParsingError: File contains parsing erros: /etc/swift/object-server.conf [line 2] bind_ip=192.168.1.117\n [line 3] bind_port=6000\n what's wrong with this? How to solve. ___

[Openstack] Downloading Error!

2014-12-26 Thread kyawthu win
Hi all, I created swift storage. I upload a file namely (test.txt whose content includes Hello only) using this command $swift upload k test.txt test.txt Then, I try to download it using this command $swift download k test.txt But it shows this error: Error Downloading object 'k/test.txt': 'Error

[Openstack] How to build and use

2014-11-18 Thread kyawthu win
I am beginner in building openstack cloud. I try to build a private cloud only use for our university. In my design. I use three machine like this: 1. Main Server that holds the codes of my application and run on it. 2. Key Storage Machine that keeps the keys to decrypt. 3. Stor

[Openstack] How to do

2014-11-24 Thread kyawthu win
Hi, I install keystone on host name controller I configured using this command $export OS_SERVICE_TOKEN= TOKEN $export OS_SERVICE_ENDPOINT=http://controller:35357/v2.0 After that, I create object storage user using this command: $sudo keystone user-create --name swift --pass *SWIFT_PASS* *It shows