[Openstack] [OpenStack][Nova] VM cannot be shutdown after installing NOVA

2012-06-06 Thread Sajith Kariyawasam
Hi all, I Installed OpenStack Nova, Glance and KeyStone in an Ubuntu-12.04 virtual machine (Guest OS), in Virtual Box. Thereafter I'm having issues when shutting down the virtual machine (Guest machine), when I shut it down, it gets logged off only. So i have to force it power off. Thereafter res

[Openstack] How to create an image from a running instance on LXC

2012-06-07 Thread Sajith Kariyawasam
Hi, I have several LXC based instances created and running in OpenStack. I need to create an image from one of those running instance after doing some customizations. I followed the documentation provided in [1], but that seems to be only for KVM or Xen. Does it work for LXC s as well, the same w

Re: [Openstack] Openstack and LXC

2012-06-09 Thread Sajith Kariyawasam
Hi James, I also want to try with LXCs.. So after installing the nova-compute-lxc package, what are the steps should be followed in order to get LXC instances up and running? Could you please post a URL for a well written documentation if you know any ? Thanks , Sajith On Fri, Jun 8, 2012 at 9

[Openstack] Instance termination is not stable

2012-06-18 Thread Sajith Kariyawasam
Hi all, I have Openstack Essex version installed and I have created several instances based on an Ubuntu-12.04 UEC image in Openstack and those are up and running. When I'm trying to terminate an instance I'm getting an exception (log is mentioned below) and, in console its status is shown as "Sh

Re: [Openstack] Instance termination is not stable

2012-06-19 Thread Sajith Kariyawasam
Any clue on this guys? On Mon, Jun 18, 2012 at 7:08 PM, Sajith Kariyawasam wrote: > Hi all, > > I have Openstack Essex version installed and I have created several > instances based on an Ubuntu-12.04 UEC image in Openstack and those are up > and running. > > When I

[Openstack] [Nova] Bug # 971621

2012-06-19 Thread Sajith Kariyawasam
Hi all, We have been having some issues in terminating LXC instances in Openstack Nova, and found that the above mentioned bug [1] is already reported, and according to [2] it is "high" and "confirmed". We would like to know are there any plans to fix this issue immediately ? or is there any work

[Openstack] [Nova] After rebooting an LXC instance, no longer be able to SSH to it

2012-07-12 Thread Sajith Kariyawasam
Hi all, I have faced a situation where, if an LXC instance is rebooted by logging into it as root user, I no longer was able to remotely logged into it (SSH). But I can ping to that instance. Is it a known issue ? if so, would like to know if there is any workaround. -- Best Regards Sajith ___

[Openstack] Issue in retrieving public IP address

2012-07-26 Thread Sajith Kariyawasam
Hi all, We need to get the public IP address of an Openstack instance in the startup of the instance. We have added a script to rc.local of the instance so that it invokes "http://169.254.169.254/latest/meta-data/public-ipv4"; in the script to get the public IP. We keep on starting several instan

[Openstack] Why Image upload functionality is not there in Horizon ?

2012-08-08 Thread Sajith Kariyawasam
Hi all, After playing around with Openstack Mangement Console, Horizon, I realize that the image upload functionality is not provided there. Is there any special reason for that? Is it because there are no Rest services available at the moment? or else is it felt that providing image upload via t

[Openstack] Invoking Glance REST API

2012-08-09 Thread Sajith Kariyawasam
Hi all, I'm trying to invoke Openstack Glance REST API s using a Java client, to get image details. etc (Ultimately I need to upload an image) When I invoke http://:/images/detail GET request in Java code, I'm getting *HTTP 300 *as the response code. 4 < 300 4 < Date: Thu, 09 Aug 2012 08:56:29

Re: [Openstack] Why Image upload functionality is not there in Horizon ?

2012-08-10 Thread Sajith Kariyawasam
k- > > bounces+gabriel.hurley=nebula@lists.launchpad.net] On Behalf Of Jay > > Pipes > > Sent: Thursday, August 09, 2012 10:43 AM > > To: openstack@lists.launchpad.net > > Subject: Re: [Openstack] Why Image upload functionality is not there in > > Horizon ? >

Re: [Openstack] Invoking Glance REST API

2012-08-10 Thread Sajith Kariyawasam
API versions are available to you at any given time. > If you don't care about taking that extra step, just use a URI with 'v1' > as the first token in your path: http:// > :/v1/images/detail > > Brian Waldon > > > On Aug 9, 2012, at 2:05 AM, Sajith Kariyawasam w

Re: [Openstack] Why Image upload functionality is not there in Horizon ?

2012-08-12 Thread Sajith Kariyawasam
.net] On Behalf Of > > >> bounces+Jay > > >> Pipes > > >> Sent: Thursday, August 09, 2012 10:43 AM > > >> To: openstack@lists.launchpad.net > > >> Subject: Re: [Openstack] Why Image upload functionality is not there > > >> in Horiz