Re: [Openstack] OpenStack Dashboard Update

2011-10-21 Thread Carlo Impagliazzo
Alle mercoledì 19 ottobre 2011, Devin Carlen ha scritto: > Hello all, > > Milestones and feature roadmaps are now available at: > > https://blueprints.launchpad.net/openstack-dashboard > > > Also we have chosen the official project codename, Horizon. We will be > moving the official repo to th

Re: [Openstack] vnc on diablo

2011-10-05 Thread Carlo Impagliazzo
Alle martedì 04 ottobre 2011, Carlo Impagliazzo ha scritto: > Hi guys > I have a working diablo stack. > > Using the dashboard I've tried to launch the vnc console, the results is > the NO VNC image within "server disconnected". > > In nova-

[Openstack] vnc on diablo

2011-10-04 Thread Carlo Impagliazzo
Hi guys I have a working diablo stack. Using the dashboard I've tried to launch the vnc console, the results is the NO VNC image within "server disconnected". In nova-vnc.log I have (nova.rpc): TRACE: AMQPChannelException: (404, u"NOT_FOUND - no exchange '9077e1d93d3e41ed91d0a551afd3013f' in v

Re: [Openstack] OpenStack Dashboard Diablo branch

2011-10-03 Thread Carlo Impagliazzo
Alle lunedì 03 ottobre 2011, Fabrice Bacchella ha scritto: > > On Mon, Oct 3, 2011 at 8:01 AM, Devin Carlen wrote: > >> Hello all, > >> There is now an official Diablo branch on GitHub: > >> https://github.com/4p/openstack-dashboard/tree/diablo > >> I'll be sending out a more formal note about

Re: [Openstack] tenants and project

2011-09-30 Thread Carlo Impagliazzo
others) use > NOVACLIENT_REPO=https://github.com/cloudbuilders/python-novaclient.git > NOVACLIENT_BRANCH=master > > # openstackx is a collection of extensions to openstack.compute & nova > # that is *deprecated*. The code is being moved into python-novaclient & > nova. >

Re: [Openstack] Diablo 4 dashboard error missing openstackx extensions in nova.

2011-09-30 Thread Carlo Impagliazzo
Alle lunedì 12 settembre 2011, Anthony Young ha scritto: > Another thing to check - the os1.1 keystone endpoints have been modified in > d4 to include a tenant prefix. If you are upgrading an existing install, > you may need to update your keystone service catalog accordingly: > > keystone-manage

Re: [Openstack] tenants and project

2011-09-30 Thread Carlo Impagliazzo
Alle venerdì 30 settembre 2011, l jv ha scritto: > Hi: > There is something confuse. > Original,manage resource with project,i can limit an project's > resouce. now ,i use dashboard,there is no project,but have a tenant > > In nova database,the user and project table is blank when i

[Openstack] keystone & nova ( diablo )

2011-09-27 Thread Carlo Impagliazzo
Hi, all I've installed nova/glance in Diablo official release, and all worked. Then I've tried to install keystone ( https://github.com/openstack/keystone/commit/0425fba560e7d68e52f922667972765e64ad17dc posted in last meeting ) and used sample config files in example/paste/... running nova-api

Re: [Openstack] glance authentication problem

2011-09-19 Thread Carlo Impagliazzo
Alle venerdì 16 settembre 2011, hai scritto: > On Fri, Sep 16, 2011 at 10:46 AM, Carlo Impagliazzo wrote: > > I've configured glance with > > default_store = file > > and with keystone for auth, according to the example in keystone sources. > > Would you min

[Openstack] glance authentication problem

2011-09-16 Thread Carlo Impagliazzo
Hi, all I've configured glance with default_store = file and with keystone for auth, according to the example in keystone sources. if I try something like glance details *** Failed to show details. Got error: 401 Unauthorized This server could not verify that you a

Re: [Openstack] novaclient+keystone problem AttributeError: 'unicode' object has no attribute 'items'

2011-09-15 Thread Carlo Impagliazzo
gt; > Is this the case? > > -S > > > From: openstack-bounces+sandy.walsh=rackspace@lists.launchpad.net > [openstack-bounces+sandy.walsh=rackspace@lists.launchpad.net] on behalf > of Carlo Impagliazzo [truij...@crs4.it] Sent: Wednesday, September 14, 2011 > 1

[Openstack] glance naming

2011-09-15 Thread Carlo Impagliazzo
Hi guys looking for glance update in my environment I found this www.glance.net is there a possible conflict with names for software products? ( in the early times firefox have had the same problem and was constricted to change it in Firefox ... ) is it a possible issue? C. ___

Re: [Openstack] novaclient+keystone problem AttributeError: 'unicode' object has no attribute 'items'

2011-09-14 Thread Carlo Impagliazzo
Alle mercoledì 14 settembre 2011, Carlo Impagliazzo ha scritto: > Alle mercoledì 14 settembre 2011, Roman Sokolkov ha scritto: > > Hi! I have problem. I use keystone from trunk, python-novaclient 2.6.4 > > > > # nova --debug list > > connect: (127.0.0.1, 5000) > >

Re: [Openstack] novaclient+keystone problem AttributeError: 'unicode' object has no attribute 'items'

2011-09-14 Thread Carlo Impagliazzo
Alle mercoledì 14 settembre 2011, Roman Sokolkov ha scritto: > Hi! I have problem. I use keystone from trunk, python-novaclient 2.6.4 > > # nova --debug list > connect: (127.0.0.1, 5000) > send: 'POST /v2.0/tokens HTTP/1.1\r\nHost: > 127.0.0.1:5000\r\nContent-Length: 88\r\ncontent-type: > applicati

Re: [Openstack] Integrating new Dashboard with Cactus Nova setup

2011-09-13 Thread Carlo Impagliazzo
Alle martedì 13 settembre 2011, Rasika Karunathilaka ha scritto: > Hi Team, > I have successfully configured Openstack Nova Cactus release on Ubuntu > 11.04 and it is working fine on my two node cluster. However I would like > to integrate latest dashboard into Cactus nova deployment and get ri

[Openstack] VNC and dashboard

2011-08-10 Thread Carlo Impagliazzo
Hi guys I'm trying to to use vnc but connection hangs ( or ... never starts ) I've readed a lot of doc but nothing helped, I see there is an open ( and expired ) issue that matches exactly the problem https://answers.launchpad.net/nova/+question/161700 Logs seem allright, nothing strange in th

Re: [Openstack] Dashboard newbie question

2011-08-05 Thread Carlo Impagliazzo
Alle venerdì 05 agosto 2011, Thierry Carrez ha scritto: > Devin Carlen wrote: > > Dashboard is currently in pretty good shape but the latest nova code in > > trunk has a few issues. I recommend using the Diablo-3 milestone > > release of Nova. You should have better luck with that. > > Do we have

Re: [Openstack] Nova/Keystone integration and /usr/bin/nova

2011-08-02 Thread Carlo Impagliazzo
Alle martedì 02 agosto 2011, Andrey Brindeyev ha scritto: > Hi all! > > Is /usr/bin/nova supposed to work when you enable Keystone integration in > Nova? > > Me got following: > > # nova list > 'x-server-management-url' > > # nova show 1 > 'x-server-management-url' > > strace output: > recvfrom(3,