I'm using cloud-publish to upload images to glance. All my infraestructure is
working fine using essex. Now I'm creating a small API using Python and I don't
know how to upload an image with a kernel file and a ram-disk file using cURL.
I just found a command to upload a single file at the Glan
, please ?
---Nicolas
On Fri, Apr 13, 2012 at 18:07, Guilherme Birk wrote:
I'm having problems when trying to boot a new instance using nova boot (ERROR:
Can not find requested image (HTTP 400)).
I can list all my images and instances using nova image-list and nova list
without pro
you list the images ?
Can you put the output of glance-api, please ?
---Nicolas
On Fri, Apr 13, 2012 at 18:07, Guilherme Birk wrote:
I'm having problems when trying to boot a new instance using nova boot (ERROR:
Can not find requested image (HTTP 400)).
I can list all my image
...@hotmail.com
CC: openstack@lists.launchpad.net
Hi,
In dashboard, in the images/snapshots area can you list the images ?
Can you put the output of glance-api, please ?
---Nicolas
On Fri, Apr 13, 2012 at 18:07, Guilherme Birk wrote:
I'm having problems when trying to boot a new instance using
l.com
It sounds like your nova config might not be set up properly to talk to glance.
Maybe you haven't properly set up glance servers in the config?
On Apr 13, 2012, at 9:07 AM, Guilherme Birk wrote:I'm having problems when
trying to boot a new instance using nova boot (ERROR: Can not
I'm having problems when trying to boot a new instance using nova boot (ERROR:
Can not find requested image (HTTP 400)).
I can list all my images and instances using nova image-list and nova list
without problems.
Follow de --debug from the nova boot command that throws the error:
http://past
@lists.launchpad.net
Use single quotes, instead of double quotes.
$() has a special meaning in bash.. it executes whatever is between the braces
and substitutes the whole thing for the STDOUT of the command it ran...
Thanks,
Kiall
On Fri, Apr 13, 2012 at 2:28 PM, Guilherme Birk wrote:
I've tri
his yet because I'm not sure if the $(tenant_id)s is literal
or which tenant_id specifically to use (the Service tenant for the adminurl
possibly)?
If someone on the list could offer more input here and on the doc bug it would
be greatly appreciated!
Anne
On Thu, Apr 12, 2012 at 12:25 PM, Gu
I'm having problems setting up the nova endpoint. I've followed the manual
http://docs.openstack.org/trunk/openstack-compute/install/content/setting-up-tenants-users-and-roles.html,
putting the tenant id on the url's, like the manual says to do. But when I try
execute "nova list" I got a malfor
://bugs.launchpad.net/nova/+bug/965826
Says : this occurs “When auth_host (in api-paste.ini) has the wrong IP address”
Something to check …
-Mandar
From: openstack-bounces+mandar.vaze=nttdata@lists.launchpad.net
[mailto:openstack-bounces+mandar.vaze=nttdata@lists.launchpad.net]
On Behalf Of Guilherme
I've got OpenStack working with this tutorial
http://www.hastexo.com/resources/docs/installing-openstack-essex-20121-ubuntu-1204-precise-pangolin.
Now I'm trying to deploy a new installation with the official manual,
http://docs.openstack.org/trunk/openstack-compute/install/content/index.html.
t use the keyboard.
Date: Fri, 30 Mar 2012 12:23:08 -0700
Subject: Re: [Openstack] Dashboard VNC Console failed to connect to server
From: sleepsonthefl...@gmail.com
To: guib...@hotmail.com
CC: openstack@lists.launchpad.net
On Fri, Mar 30, 2012 at 11:29 AM, Guilherme Birk wrote:
I installed the
I installed the nova-consoleauth service and that resolved the problem
of 404 not found. Now I'm getting a cannot connect to the server
127.0.0.1:6080. The IP 127.0.0.1 is strange, because on my nova.conf
file I have the following flags:
--vncserver_listen=192.168.100.142
--vncserver_proxyclien
it contains nothing related
to any attempt to get connected to any instance. It seems this
nova-xvpvncproxy process doesn't notice anything.
When I try to connect using VNC through virt-manager, it works.
Le 30/03/12 15:5
uested URL:
http://192.168.100.142/nova/instances_and_volumes/instances/7376e17b-e329-4b8b-b5fc-076e8a80c058/None
This is the nova-api.log relative to the VNC atempt:
http://pastebin.com/wSuyctrg
Thanks for your time.
Guilherme Birk.
Date: Thu, 29 Mar 2012 13:06:37 -0700
Subject: Re: [Openstack] Da
I'm having problems with it too. I'm trying to connect on my instances in the
VNC tab at the dashboard, but I'm getting a 404 not found in the URL
http://192.168.100.142/nova/instances_and_volumes/instances/5307a5c5-249b-4eda-b6e4-5b17d349e8ee/None
Here is my nova-api.log. Looks like nova is ha
No one is having this issue?
From: guib...@hotmail.com
To: openstack@lists.launchpad.net
Date: Fri, 23 Mar 2012 19:48:04 +
Subject: [Openstack] KVM crash.
I'm having problems with KVM on a single node installation. My problem is like
these ones:
https://bugzilla.kernel.org/show_bug.
I'm having problems with KVM on a single node installation. My problem is like
these ones:
https://bugzilla.kernel.org/show_bug.cgi?id=42703
http://www.spinics.net/lists/kvm/msg67635.html
The KVM normally crashes when I'm doing a load test with a large number of
connections on the VM's.
This
s=rackspace@lists.launchpad.net
> [mailto:openstack-bounces+gabe.westmaas=rackspace@lists.launchpad.net] On
> Behalf Of Yong Sheng Gong
> Sent: Thursday, March 22, 2012 12:58 AM
>
> To: Openstack Mail List
> Subject: Re: [Openstack] Can't delete instances with "er
.
From: mwjpi...@gmail.com
To: guib...@hotmail.com
update "instances" table in "nova" db, set the vm_status of the instance which
you want to delete "active" and set the task_status=NULL.
After that, try to use
euca-terminate
On Wed, Mar 21, 2012 at 1:24 AM, Guilhe
I'm attempting to make a python script that controls all my virtual machines.
Sometimes, when the script identifies that exists an instance with status of
"error", he creates a new instance and tries to delete the old one with curl
commands, but I'm not getting any response and the VM isn't del
I'm trying to create a new instance with curl, but I'm getting this error:
"{"badRequest": {"message": "Cannot find requested image 36: Kernel not found
for image 36.", "code": 400}}"
When I use euca-run-instance I don't get this error.
My image was published with cloud-publish-tarball using the
I've already have a Nova configuration working with kvm. Now I want to install
and configure the Xen enviroment. Anyone can recomend any material or tutorial
where I can find how to install, configure and then integrate with OpenStack ?
_
Hey guys. I have two nodes each one running two VM's. One of the nodes have all
the nova components and the other just have the nova-compute and nova-network.
I can successfully access outside the openstack network via ssh the VM's that
are running in the node that have all the nova components,
24 matches
Mail list logo