From: Jesse Andrews <[email protected]> Date: 2011/9/28 Subject: Re: [Openstack] dashaboard+keystone+nova+ glance work well? To: shake chen <[email protected]> Cc: [email protected]
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 2011/9/30 Carlo Impagliazzo <[email protected]> > 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 create a > > user with 'nova-manage user admin test',dashboard can't identification > it > > and the tenant's resouces limit is still use quotas tables which is > in > > nova databases. > > > > what i want to know is why use tenant instead of project? is there some > > thing is superfluous, such as nova's user and projects. > > so... you have a working version of the stack nova/keystone/dashboard, > isn't > it? > > Can you post revision number ( or branches used ) to have a working system > ? > :) > thanks a lot! > Carlo > > > _______________________________________________ > Mailing list: https://launchpad.net/~openstack > Post to : [email protected] > Unsubscribe : https://launchpad.net/~openstack > More help : https://help.launchpad.net/ListHelp >
_______________________________________________ Mailing list: https://launchpad.net/~openstack Post to : [email protected] Unsubscribe : https://launchpad.net/~openstack More help : https://help.launchpad.net/ListHelp

