← Back to team overview

openstack team mailing list archive

Re: OpenStack Dashboard Diablo branch

 

Alle lunedì 03 ottobre 2011, Fabrice Bacchella ha scritto:
> > On Mon, Oct 3, 2011 at 8:01 AM, Devin Carlen <devin.carlen@xxxxxxxxx> 
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 this later.
>
> And where can we found the diablo compatible version for keystone ?
>
> I'm not using ubuntu/debian, so a apt repository while be no uses for me.
>
Same for me ( I'm using scientific linux and xen ), I've resolved with last 
revisions suggested ( in the footer ).
Just one thing, the patch for nova endpointTemplate seems to be still needed.

> keystone-manage $* endpointTemplates add RegionOne nova http://<%= api_vip
> %>:8774/v1.1/%tenant_id% http://<%= api_vip %>:8774/v1.1/%tenant_id%
> http://<%= api_vip %>:8774/v1.1/%tenant_id% 1 1
( ... add %tenant_id% )


last diablo revisions:

# compute service
NOVA_REPO=https://github.com/openstack/nova.git
NOVA_BRANCH=2011.3

# image catalog service
GLANCE_REPO=https://github.com/cloudbuilders/glance.git
GLANCE_BRANCH=diablo

# unified auth system (manages accounts/tokens)
KEYSTONE_REPO=https://github.com/cloudbuilders/keystone.git
KEYSTONE_BRANCH=diablo

# a websockets/html5 or flash powered VNC console for vm instances
NOVNC_REPO=https://github.com/cloudbuilders/noVNC.git
NOVNC_BRANCH=master

# django powered web control panel for openstack
DASH_REPO=https://github.com/cloudbuilders/openstack-dashboard.git
DASH_BRANCH=master

# python client library to nova that dashboard (and 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.
OPENSTACKX_REPO=https://github.com/cloudbuilders/openstackx.git
OPENSTACKX_BRANCH=diablo

Carlo



Follow ups

References