Errata

Deploying OpenStack

Errata for Deploying OpenStack

Submit your own errata for this product.

The errata list is a list of errors and their corrections that were found after the product was released.

The following errata were submitted by our customers and have not yet been approved or disproved by the author or editor. They solely represent the opinion of the customer.

Color Key: Serious technical mistake Minor technical mistake Language or formatting error Typo Question Note Update

Version Location Description Submitted by Date submitted
Other Digital Version 22
table entry "services"

The paragraph reads: Listing off registered services (nova-scheduler, nova-compute and so on) and their current state. The updated_at field is used to determine if a given service is considered healthy or not.

The word "off" is a typo for "of".

The paragraph *should* read: Listing *of* registered services (nova-scheduler, nova-compute and so on) and their current state. The updated_at field is used to determine if a given service is considered healthy or not.

MetaEd  Oct 14, 2012 
PDF Page 50
nova-manage network create


Hi Ken,

Following our e-mail exchange about "network create" failing I posted my question to the forum. Here is a link to the thread

http://forums.openstack.org/viewtopic.php?f=9&t=401&p=1303#p1303

As mentioned (maybe this is just a Diablo issue) the database tables had not been created yet.

I resolved the issue by doing:

# nova-manage db sync

then doing

# nova-manage network create private --fixed_range_v4=10.0.0.0/24 --num_networks=1 --network_size=256 --bridge=br100 --bridge_interface=eth3 --multi_host=T

# nova-manage floating create 142.92.72.128/26

# nova-manage db sync

# nova-manage db version

Don

Anonymous  Nov 02, 2011 
PDF Page 54
first user command in Uploading Images


Maybe the filename given has been removed, or maybe there is a typo in the filename in the book? (I copied/pasted the filename from the book)

wget http://uec-images.ubuntu.com/server/releases/natty/release/ubuntu-11.04-server-uec-amd64.tar.gz
--2011-10-18 10:09:03-- http://uec-images.ubuntu.com/server/releases/natty/release/ubuntu-11.04-server-uec-amd64.tar.gz
Resolving uec-images.ubuntu.com... 91.189.88.140
Connecting to uec-images.ubuntu.com|91.189.88.140|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2011-10-18 10:09:21 ERROR 404: Not Found.

Anonymous  Oct 18, 2011 
PDF Page 54
update: first user command in Uploading Images


It looks like the filename to download had changed to http://uec-images.ubuntu.com/server/releases/natty/release/ubuntu-11.04-server-cloudimg-amd64.tar.gz

wget http://uec-images.ubuntu.com/server/releases/natty/release/ubuntu-11.04-server-cloudimg-amd64.tar.gz
--2011-10-18 10:17:24-- http://uec-images.ubuntu.com/server/releases/natty/release/ubuntu-11.04-server-cloudimg-amd64.tar.gz
Resolving uec-images.ubuntu.com... 91.189.88.140
Connecting to uec-images.ubuntu.com|91.189.88.140|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 184171977 (176M) [application/x-gzip]
Saving to: `ubuntu-11.04-server-cloudimg-amd64.tar.gz'

100%[=====================================================================================================================================================================================================================>] 184,171,977 2.29M/s in 1m 40s

2011-10-18 10:19:04 (1.75 MB/s) - `ubuntu-11.04-server-cloudimg-amd64.tar.gz' saved [184171977/184171977]

Anonymous  Oct 18, 2011 
PDF Page 54
paragraph below wget command


This paragraph states "For our StackOps installation ...".

What about for the for the Nova Packages installation?

Anonymous  Oct 18, 2011 
PDF Page 54
uec-publish-tarball command


1) I had to do `apt-get install cloud-utils` because uec-publish-tarball command did not exist.

2) filename needs to be updated as per wget command errata just submitted.

Anonymous  Oct 18, 2011