Re: [Openstack] Docs: credentials create FAILURE

2012-02-27 Thread Lorin Hochstein
On Feb 27, 2012, at 12:50 PM, Alexey Eromenko wrote: > >> Note that if you post a patch to a bug ticket, there's a good chance that >> reviewers will miss it, since it doesn't show up at review.openstack.org. > > Are there any plans to integrate Ubuntu launchpad (official bug > tracker) with rev

Re: [Openstack] Docs: credentials create FAILURE

2012-02-27 Thread Jay Pipes
On 02/27/2012 12:50 PM, Alexey Eromenko wrote: Are there any plans to integrate Ubuntu launchpad (official bug tracker) with review.openstack.org ? It is fully integrated. If your commit message references a bug or blueprint, a trigger will automatically update the status of the associated bu

Re: [Openstack] Docs: credentials create FAILURE

2012-02-27 Thread Alexey Eromenko
On Mon, Feb 27, 2012 at 7:37 PM, Lorin Hochstein wrote: > Alexey: > > I submitted this patch with you as the  author > . Thanks ! > Note that if you post a patch to a bug ticket, there's a good chance that > reviewers will miss it, since it doesn't show up at r

Re: [Openstack] Docs: credentials create FAILURE

2012-02-27 Thread Lorin Hochstein
Alexey: I submitted this patch with you as the author . Note that if you post a patch to a bug ticket, there's a good chance that reviewers will miss it, since it doesn't show up at review.openstack.org. You'll get better turnaround times on your patches if

Re: [Openstack] Docs: credentials create FAILURE

2012-02-27 Thread Alexey Eromenko
On Mon, Feb 27, 2012 at 3:18 PM, Andiabes wrote: > adminTenant is the default tenant name, so it is also a variable. > Thanks. PATCH submitted. https://bugs.launchpad.net/bugs/941943 -- -Alexey Eromenko "Technologov" ___ Mailing list: https://launchp

Re: [Openstack] Docs: credentials create FAILURE

2012-02-27 Thread Andiabes
adminTenant is the default tenant name, so it is also a variable. On Feb 27, 2012, at 7:55 AM, Alexey Eromenko wrote: > On Mon, Feb 27, 2012 at 2:50 PM, Andiabes wrote: >> Of by testing authentication, you mean verifying that correct user/ password >> combinations are allowed, and incorrect o

Re: [Openstack] Docs: credentials create FAILURE

2012-02-27 Thread Alexey Eromenko
On Mon, Feb 27, 2012 at 2:50 PM, Andiabes wrote: > Of by testing authentication, you mean verifying that correct user/ password > combinations are allowed, and incorrect ones are not, then look here: > http://docs.openstack.org/diablo/openstack-compute/install/content/verifying-identity-install.h

Re: [Openstack] Docs: credentials create FAILURE

2012-02-27 Thread Andiabes
Of by testing authentication, you mean verifying that correct user/ password combinations are allowed, and incorrect ones are not, then look here: http://docs.openstack.org/diablo/openstack-compute/install/content/verifying-identity-install.html Only valid creds will return a token. On Feb 26,

Re: [Openstack] Docs: credentials create FAILURE

2012-02-26 Thread Alexey Eromenko
> It does not yet contain the instructions for EC2 credentials with the > keystone client: > keystone ec2-credentials-create --tenant_id=$ADMIN_TENANT --user=$ADMIN_USER > keystone ec2-credentials-create --tenant_id=$DEMO_TENANT --user=$DEMO_USER Will Essex have traditional authentication mechanis

Re: [Openstack] Docs: credentials create FAILURE

2012-02-26 Thread Anne Gentle
Hi Alexey - Yes, I viscerally understand this need for the project. Possibly viscerally is a made-up word but my gut screams for this type of doc. :) With the need in mind, this guide is a starter guide for installing, configuring, and validating installations of each project step-by-step (however

Re: [Openstack] Docs: credentials create FAILURE

2012-02-26 Thread Alexey Eromenko
>The devstack script sets them for you if you source openrc. >https://github.com/openstack-dev/devstack/blob/master/openrc#L55 Devstack is automated setup of OpenStack with many specifics. (For the record: I have tried "devstack" on Ubuntu, but fails for me for other reasons) Let's back to OpenSt

Re: [Openstack] Docs: credentials create FAILURE

2012-02-26 Thread Anne Gentle
Hi Alexey - I've logged this bug so the docs can be updated in time for Essex. https://bugs.launchpad.net/openstack-manuals/+bug/941711 Essex will be released April 5th and the PDF will be named with "essex" at that point. For now it has "trunk" in the file name. There's a PDF icon on this page:

Re: [Openstack] Docs: credentials create FAILURE

2012-02-26 Thread Vishvananda Ishaya
The creds database is now created by running nova-cert (a patch went in recently to update that error message), but nova-manage project zipfile is not the best way to get creds. You can get credentials from the essex dashboard or by setting them manually. The devstack script sets them for you

[Openstack] Docs: credentials create FAILURE

2012-02-26 Thread Alexey Eromenko
Platform: Debian wheezy/testing + nova-2012.1~e3-4 According to official docs: (Chapter "Creating Credentials") mkdir –p /root/creds /usr/bin/python /usr/bin/nova-manage project zipfile $NOVA_PROJECT $NOVA_PROJECT_USER /root/creds/novacreds.zip (docs from Diablo, please publish Essex docs PDF)