Excelent! CSS plays a very important role in the non-easy task of documenting openstack.
Atul Jha [and others], I come with some doubts about the Installation and Configuration section, could you help with them? -- I think if the two servers have nova-compute installed both will run the VMs. So, shouldn't be installed kvm and libvirt-bin in both servers? Shouldn't be installed a iscsi target such as tgt in the servers whit nova-volume server? Shouldn't be installed a iscsi-client such as openiscsi-client in the servers with nova-compute? In the nova.conf file: shouldn't the flag flat_network_dhcp_start be in the fixed_range= 192.168.4.1/27? shouldn't the servers public ip addres be out of the floating_range= 10.10.10.2/27? Thanks in advance. 2012/5/22 Shake Chen <shake.c...@gmail.com> > 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....@csscorp.com> 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@lists.launchpad.net >> Unsubscribe : https://launchpad.net/~openstack >> More help : https://help.launchpad.net/ListHelp >> > > > > -- > Shake Chen > > > > _______________________________________________ > Mailing list: https://launchpad.net/~openstack > Post to : openstack@lists.launchpad.net > Unsubscribe : https://launchpad.net/~openstack > More help : https://help.launchpad.net/ListHelp > > -- *Alisson Pontes* __________________________________________________________ Network Technology Evolution Researcher CPqD - Center for Research and Development in Telecommunications Tel.: +55 19 3705-4996 apon...@cpqd.com.br <apo...@cpqd.com.br> www.cpqd.com.br
_______________________________________________ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack More help : https://help.launchpad.net/ListHelp