[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 Un

[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 : https://launchpad.net/~o

[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 _

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

2012-10-26 Thread Desta Haileselassie Hagos
@lists.launchpad.net[mailto: > openstack-bounces+xiaohong.qin=emc@lists.launchpad.net] *On Behalf Of > *Desta Haileselassie Hagos > *Sent:* Friday, October 26, 2012 7:01 AM > *To:* openstack@lists.launchpad.net; Rosa, Andrea (HP Cloud Services) > *Subject:* [Openstack] OpenStack + Nova l

[Openstack] OpenStack + Nova list, nova show location

2012-10-26 Thread Desta Haileselassie Hagos
Dear All, I still couldn't find the exact location where this "nova list" and "nova show " commands are executed. Would you please explain me a bit what this load_entry_point stuff is doing? and Where exactly it is loading these parameters??? if __name__ == '__main__': sys.exit( loa

[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__ = 'python-novaclient=

[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