openstack team mailing list archive
-
openstack team
-
Mailing list archive
-
Message #12104
Re: Openstack Beginners guide for Ubuntu 12.04/Essex
Hi Atul
I have meet a problem, seem the document bug. please correct me if no right.
In page 21
2.2.5.7 Creating Endpoints
create endpoint for nova-compute
keystone endpoint-create --region myregion --service_id
1e93ee6c70f8468c88a5cb1b106753f3 -- -publicurl ’
http://10.10.10.2:8774/v2/$(tenant_id)s’ --adminurl ’http://10.10.10.2:8774/
-v2/$(tenant_id)s’ --internalurl ’http://10.10.10.2:8774/v2/$(tenant_id)s’
the command seem have two problem
1: http://10.10.10.2:8774/v2/
for nova-compute, the api should v1.1.
2: if run the command would show error
tenant_id: command not found
we need add "( )"
so I think the correct is below:
keystone endpoint-create --region myregion --service_id
7ee472012dfa4f01b35507a7ef2aa9cb --publicurl
http://10.10.10.2:8774/v1.1/$"(tenant_id)"s
--adminurl http://10.10.10.2:8774/v1.1/$"(tenant_id)"s --internalurl
http://10.10.10.2:8774/v1.1/$"(tenant_id)"s
the below is output
+-------------+------------------------------------------+
| Property | Value |
+-------------+------------------------------------------+
| adminurl | http://10.10.10.2:8774/v1.1/(tenant_id)s |
| id | a3443ac7103745e29e931d5b6c48e245 |
| internalurl | http://10.10.10.2:8774/v1.1/(tenant_id)s |
| publicurl | http://10.10.10.2:8774/v1.1/(tenant_id)s |
| region | myregion |
| service_id | 7ee472012dfa4f01b35507a7ef2aa9cb |
+-------------+------------------------------------------+
On Thu, May 10, 2012 at 10:33 PM, Atul Jha <Atul.Jha@xxxxxxxxxxx> wrote:
> Hi all,
>
> We at Csscorp have been publishing series of beginners guide on
> Ubuntu/Openstack (versions), in continuation with that we have released
> the latest version of our book with Essex and Ubuntu 12.04.
>
>
> http://cssoss.wordpress.com/2012/05/07/openstack-beginners-guide-v3-0-for-essex-on-ubuntu-12-04-precise-pangolin/
>
> The code can be found at https://code.launchpad.net/openstackbook
>
> We would love to see the book localized in some other languages too, say
> Chinese/Japanese/German to reach to as many people as possible. :)
>
> Suggestion/criticism would be highly appreciated.
>
>
>
>
>
>
> Cheers!!
>
> Atul Jha
>
> Application Specialist
> Csscorp pvt ltd, Chennai, India
>
> http://www.csscorp.com/common/email-disclaimer.php
>
> _______________________________________________
> Mailing list: https://launchpad.net/~openstack
> Post to : openstack@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~openstack
> More help : https://help.launchpad.net/ListHelp
>
--
Shake Chen
Follow ups
References