[Openstack] OpenStack for Android Tablets

2013-01-14 Thread Desta Haileselassie Hagos
Dear All, Is there any support of OpenStack technology for tablets (for example android tablets, with native android interfaces)? With best regards, Desta ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net

[Openstack] OpenStack Dashboard + WebServer

2012-12-13 Thread Desta Haileselassie Hagos
Hey guys, What sort of Web Server is behind OpenStack dashboard (horizon)? Is it some sort of Apache??? Cheers, Desta ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe :

[Openstack] OpenStack + Fault Tolerance, Replication

2012-11-27 Thread Desta Haileselassie Hagos
Dear ALL, I was wondering what sort of Fault tolerance does OpenStack use for the Virtual machines so as to entertain the requests. Is Byzantine Fault tolerance already in place or not??? or some sort of state Machine replication?? Any pointers would be appreciated. with best regards, Desta

[Openstack] OpenStack + BUILD State stuck for VM instances

2012-10-30 Thread Desta Haileselassie Hagos
Hi All, The state for VM instances seem to get stuck on build state for a very long time, and whenever I try to reboot I am having the following error. ERROR: Cannot 'reboot' while instance is in vm_state building (HTTP 409) Any help would be appreciated. Desta

[Openstack] OpenStack + Nova list, nova show location

2012-10-26 Thread Desta Haileselassie Hagos
Dear All, Would you kindly help me where i can find the scripts for nova list and nova show I just can't find it in /user/bin/ I only have the rapper class #!/usr/bin/python # EASY-INSTALL-ENTRY-SCRIPT: 'python-novaclient==2012.1','console_scripts','nova' __requires__ =

Re: [Openstack] OpenStack + Nova list, nova show location

2012-10-26 Thread Desta Haileselassie Hagos
; the other piece of code is on the server side through nova api service. ** ** Dennis Qin ** ** *From:* openstack-bounces+xiaohong.qin=emc@lists.launchpad.net[mailto: openstack-bounces+xiaohong.qin=emc@lists.launchpad.net] *On Behalf Of *Desta Haileselassie Hagos *Sent

[Openstack] OpenStack + Nova-manage service list + Script for non-admin users

2012-10-21 Thread Desta Haileselassie Hagos
Dear ALL, I want to write a script which shows the number of physical machines on our lab's cloud. This script should show detailed list of all the OpenStack running services filtered by host and service name. It should also show the list of all VM instances launched on each physical host. Using