Re: [Openstack] dashaboard+keystone+nova+glance work well?

2011-09-29 Thread Devin Carlen
There are a few bugs specific to admin functions in Keystone.  It's about 95% 
there now and when those last issues are resolved we will be back in business.

Best,

Devin



On Sep 28, 2011, at 6:37 PM, andi abes wrote:

 is this just to avoid the need for the long lived token, or are there other 
 issues in dash/keystone integration?
 
 
 2011/9/28 Devin Carlen devin.car...@gmail.com
 We should have a drop of Keystone by the end of the week that fully support 
 Diablo.  This will fix the Dashboard issues as well.
 
 Thanks,
 
 Devin
 
 
 
 On Sep 28, 2011, at 12:31 AM, Jesse Andrews wrote:
 
  at various points in time they have worked together.  We
  (cloudbuilders) keep a list of repositories that work well together.
 
  # 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
 
  On Tue, Sep 27, 2011 at 7:11 PM, shake chen shake.c...@gmail.com wrote:
  No, Now the Dashbaord can not working.
 
  https://bugs.launchpad.net/openstack-dashboard/+bug/855142
 
  I think need the bug beed fixed.
 
 
 
  On Wed, Sep 28, 2011 at 9:31 AM, l jv ljv...@gmail.com wrote:
 
  hi
  is there anybody config dashaboard+keystone+nova+glance sucess and work
  well?
  when i do as the http://docs.openstack.org/,but it does not work
  well,always has some wrong when use dashboard(glance and nova work well).
  So somebody can write a detail config process doc ?
  thans a lot
  ___
  Mailing list: https://launchpad.net/~openstack
  Post to : openstack@lists.launchpad.net
  Unsubscribe : https://launchpad.net/~openstack
  More help   : https://help.launchpad.net/ListHelp
 
 
 
 
  --
  陈沙克
  手机:13661187180
  msn:shake.c...@hotmail.com
 
  ___
  Mailing list: https://launchpad.net/~openstack
  Post to : openstack@lists.launchpad.net
  Unsubscribe : https://launchpad.net/~openstack
  More help   : https://help.launchpad.net/ListHelp
 
 
 
  ___
  Mailing list: https://launchpad.net/~openstack
  Post to : openstack@lists.launchpad.net
  Unsubscribe : https://launchpad.net/~openstack
  More help   : https://help.launchpad.net/ListHelp
 
 
 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp
 

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] dashaboard+keystone+nova+glance work well?

2011-09-29 Thread Sandy Walsh
perhaps unrelated, but I added a branch to novaclient a while ago that allows 
you to reuse a token, so you don't have to re-auth. This is, of course, library 
only ... not cmdline.

From: openstack-bounces+sandy.walsh=rackspace@lists.launchpad.net 
[openstack-bounces+sandy.walsh=rackspace@lists.launchpad.net] on behalf of 
Devin Carlen [devin.car...@gmail.com]
Sent: Thursday, September 29, 2011 2:05 PM
To: andi abes
Cc: openstack@lists.launchpad.net
Subject: Re: [Openstack] dashaboard+keystone+nova+glance work well?

There are a few bugs specific to admin functions in Keystone.  It's about 95% 
there now and when those last issues are resolved we will be back in business.

Best,

Devin



On Sep 28, 2011, at 6:37 PM, andi abes wrote:

is this just to avoid the need for the long lived token, or are there other 
issues in dash/keystone integration?


2011/9/28 Devin Carlen devin.car...@gmail.commailto:devin.car...@gmail.com
We should have a drop of Keystone by the end of the week that fully support 
Diablo.  This will fix the Dashboard issues as well.

Thanks,

Devin



On Sep 28, 2011, at 12:31 AM, Jesse Andrews wrote:

 at various points in time they have worked together.  We
 (cloudbuilders) keep a list of repositories that work well together.

 # 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

 On Tue, Sep 27, 2011 at 7:11 PM, shake chen 
 shake.c...@gmail.commailto:shake.c...@gmail.com wrote:
 No, Now the Dashbaord can not working.

 https://bugs.launchpad.net/openstack-dashboard/+bug/855142

 I think need the bug beed fixed.



 On Wed, Sep 28, 2011 at 9:31 AM, l jv 
 ljv...@gmail.commailto:ljv...@gmail.com wrote:

 hi
 is there anybody config dashaboard+keystone+nova+glance sucess and work
 well?
 when i do as the http://docs.openstack.org/,but it does not work
 well,always has some wrong when use dashboard(glance and nova work well).
 So somebody can write a detail config process doc ?
 thans a lot
 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : 
 openstack@lists.launchpad.netmailto:openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp




 --
 陈沙克
 手机:13661187180
 msn:shake.c...@hotmail.commailto:shake.c...@hotmail.com

 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : 
 openstack@lists.launchpad.netmailto:openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp



 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : 
 openstack@lists.launchpad.netmailto:openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp


___
Mailing list: https://launchpad.net/~openstack
Post to : 
openstack@lists.launchpad.netmailto:openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


This email may include confidential information. If you received it in error, 
please delete it.
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] dashaboard+keystone+nova+glance work well?

2011-09-28 Thread Jesse Andrews
at various points in time they have worked together.  We
(cloudbuilders) keep a list of repositories that work well together.

# 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

On Tue, Sep 27, 2011 at 7:11 PM, shake chen shake.c...@gmail.com wrote:
 No, Now the Dashbaord can not working.

 https://bugs.launchpad.net/openstack-dashboard/+bug/855142

 I think need the bug beed fixed.



 On Wed, Sep 28, 2011 at 9:31 AM, l jv ljv...@gmail.com wrote:

 hi
 is there anybody config dashaboard+keystone+nova+glance sucess and work
 well?
 when i do as the http://docs.openstack.org/,but it does not work
 well,always has some wrong when use dashboard(glance and nova work well).
 So somebody can write a detail config process doc ?
 thans a lot
 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp




 --
 陈沙克
 手机:13661187180
 msn:shake.c...@hotmail.com

 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp



___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] dashaboard+keystone+nova+glance work well?

2011-09-28 Thread Jay Pipes
Am I to assume the below is going to be the Diablo+ release/package or
whatever was agreed upon at the last #openstack-meeting?

:)

-jay

2011/9/28 Jesse Andrews anotherje...@gmail.com:
 at various points in time they have worked together.  We
 (cloudbuilders) keep a list of repositories that work well together.

 # 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

 On Tue, Sep 27, 2011 at 7:11 PM, shake chen shake.c...@gmail.com wrote:
 No, Now the Dashbaord can not working.

 https://bugs.launchpad.net/openstack-dashboard/+bug/855142

 I think need the bug beed fixed.



 On Wed, Sep 28, 2011 at 9:31 AM, l jv ljv...@gmail.com wrote:

 hi
 is there anybody config dashaboard+keystone+nova+glance sucess and work
 well?
 when i do as the http://docs.openstack.org/,but it does not work
 well,always has some wrong when use dashboard(glance and nova work well).
 So somebody can write a detail config process doc ?
 thans a lot
 ___
 Mailing list: https://launchpad.net/~openstack
 Post to     : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp




 --
 陈沙克
 手机:13661187180
 msn:shake.c...@hotmail.com

 ___
 Mailing list: https://launchpad.net/~openstack
 Post to     : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp



 ___
 Mailing list: https://launchpad.net/~openstack
 Post to     : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp


___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] dashaboard+keystone+nova+glance work well?

2011-09-28 Thread Jesse Andrews
We are still working through a few issues with keystone and admin
users.  Those repositories are (one of many) work in progress
version...

Once we get a version that completely works, I think that the project
owners should tag in their repos and work with the packaging teams on
releases?  (eg, the normal flow?)

Jesse

On Wed, Sep 28, 2011 at 9:36 AM, Jay Pipes jaypi...@gmail.com wrote:
 Am I to assume the below is going to be the Diablo+ release/package or
 whatever was agreed upon at the last #openstack-meeting?

 :)

 -jay

 2011/9/28 Jesse Andrews anotherje...@gmail.com:
 at various points in time they have worked together.  We
 (cloudbuilders) keep a list of repositories that work well together.

 # 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

 On Tue, Sep 27, 2011 at 7:11 PM, shake chen shake.c...@gmail.com wrote:
 No, Now the Dashbaord can not working.

 https://bugs.launchpad.net/openstack-dashboard/+bug/855142

 I think need the bug beed fixed.



 On Wed, Sep 28, 2011 at 9:31 AM, l jv ljv...@gmail.com wrote:

 hi
 is there anybody config dashaboard+keystone+nova+glance sucess and work
 well?
 when i do as the http://docs.openstack.org/,but it does not work
 well,always has some wrong when use dashboard(glance and nova work well).
 So somebody can write a detail config process doc ?
 thans a lot
 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp




 --
 陈沙克
 手机:13661187180
 msn:shake.c...@hotmail.com

 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp



 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp



___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] dashaboard+keystone+nova+glance work well?

2011-09-28 Thread Devin Carlen
We should have a drop of Keystone by the end of the week that fully support 
Diablo.  This will fix the Dashboard issues as well.

Thanks,

Devin



On Sep 28, 2011, at 12:31 AM, Jesse Andrews wrote:

 at various points in time they have worked together.  We
 (cloudbuilders) keep a list of repositories that work well together.
 
 # 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
 
 On Tue, Sep 27, 2011 at 7:11 PM, shake chen shake.c...@gmail.com wrote:
 No, Now the Dashbaord can not working.
 
 https://bugs.launchpad.net/openstack-dashboard/+bug/855142
 
 I think need the bug beed fixed.
 
 
 
 On Wed, Sep 28, 2011 at 9:31 AM, l jv ljv...@gmail.com wrote:
 
 hi
 is there anybody config dashaboard+keystone+nova+glance sucess and work
 well?
 when i do as the http://docs.openstack.org/,but it does not work
 well,always has some wrong when use dashboard(glance and nova work well).
 So somebody can write a detail config process doc ?
 thans a lot
 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp
 
 
 
 
 --
 陈沙克
 手机:13661187180
 msn:shake.c...@hotmail.com
 
 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp
 
 
 
 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp


___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] dashaboard+keystone+nova+glance work well?

2011-09-28 Thread Jay Pipes
K, sounds like a plan.. Thanks! Please do let me know about
Glance-specific stuff that is blocking, and I will do my best to get
quick fixes in.
-jay

2011/9/28 Jesse Andrews anotherje...@gmail.com:
 We are still working through a few issues with keystone and admin
 users.  Those repositories are (one of many) work in progress
 version...

 Once we get a version that completely works, I think that the project
 owners should tag in their repos and work with the packaging teams on
 releases?  (eg, the normal flow?)

 Jesse

 On Wed, Sep 28, 2011 at 9:36 AM, Jay Pipes jaypi...@gmail.com wrote:
 Am I to assume the below is going to be the Diablo+ release/package or
 whatever was agreed upon at the last #openstack-meeting?

 :)

 -jay

 2011/9/28 Jesse Andrews anotherje...@gmail.com:
 at various points in time they have worked together.  We
 (cloudbuilders) keep a list of repositories that work well together.

 # 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

 On Tue, Sep 27, 2011 at 7:11 PM, shake chen shake.c...@gmail.com wrote:
 No, Now the Dashbaord can not working.

 https://bugs.launchpad.net/openstack-dashboard/+bug/855142

 I think need the bug beed fixed.



 On Wed, Sep 28, 2011 at 9:31 AM, l jv ljv...@gmail.com wrote:

 hi
 is there anybody config dashaboard+keystone+nova+glance sucess and work
 well?
 when i do as the http://docs.openstack.org/,but it does not work
 well,always has some wrong when use dashboard(glance and nova work well).
 So somebody can write a detail config process doc ?
 thans a lot
 ___
 Mailing list: https://launchpad.net/~openstack
 Post to     : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp




 --
 陈沙克
 手机:13661187180
 msn:shake.c...@hotmail.com

 ___
 Mailing list: https://launchpad.net/~openstack
 Post to     : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp



 ___
 Mailing list: https://launchpad.net/~openstack
 Post to     : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp




___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] dashaboard+keystone+nova+glance work well?

2011-09-28 Thread andi abes
is this just to avoid the need for the long lived token, or are there other
issues in dash/keystone integration?


2011/9/28 Devin Carlen devin.car...@gmail.com

 We should have a drop of Keystone by the end of the week that fully support
 Diablo.  This will fix the Dashboard issues as well.

 Thanks,

 Devin



 On Sep 28, 2011, at 12:31 AM, Jesse Andrews wrote:

  at various points in time they have worked together.  We
  (cloudbuilders) keep a list of repositories that work well together.
 
  # 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
 
  On Tue, Sep 27, 2011 at 7:11 PM, shake chen shake.c...@gmail.com
 wrote:
  No, Now the Dashbaord can not working.
 
  https://bugs.launchpad.net/openstack-dashboard/+bug/855142
 
  I think need the bug beed fixed.
 
 
 
  On Wed, Sep 28, 2011 at 9:31 AM, l jv ljv...@gmail.com wrote:
 
  hi
  is there anybody config dashaboard+keystone+nova+glance sucess and work
  well?
  when i do as the http://docs.openstack.org/,but it does not work
  well,always has some wrong when use dashboard(glance and nova work
 well).
  So somebody can write a detail config process doc ?
  thans a lot
  ___
  Mailing list: https://launchpad.net/~openstack
  Post to : openstack@lists.launchpad.net
  Unsubscribe : https://launchpad.net/~openstack
  More help   : https://help.launchpad.net/ListHelp
 
 
 
 
  --
  陈沙克
  手机:13661187180
  msn:shake.c...@hotmail.com
 
  ___
  Mailing list: https://launchpad.net/~openstack
  Post to : openstack@lists.launchpad.net
  Unsubscribe : https://launchpad.net/~openstack
  More help   : https://help.launchpad.net/ListHelp
 
 
 
  ___
  Mailing list: https://launchpad.net/~openstack
  Post to : openstack@lists.launchpad.net
  Unsubscribe : https://launchpad.net/~openstack
  More help   : https://help.launchpad.net/ListHelp


 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] dashaboard+keystone+nova+glance work well?

2011-09-27 Thread l jv
hi

is there anybody config dashaboard+keystone+nova+glance sucess and work
well?

when i do as the http://docs.openstack.org/,but it does not work well,always
has some wrong when use dashboard(glance and nova work well).

So somebody can write a detail config process doc ?

thans a lot
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp