diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-11-03 23:15:34 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-11-25 15:25:35 -0500 |
| commit | 7515039d82076bf0d00f5c545cf7d1a02052a8d6 (patch) | |
| tree | 776640625389b6c9f5d7320e2a604330acfd0ae9 /meta-openstack/README.setup | |
| parent | 6d108cfaafcd4583670187057a3c8061b04c3011 (diff) | |
| download | meta-cloud-services-7515039d82076bf0d00f5c545cf7d1a02052a8d6.tar.gz | |
README.setup: remove reference to quantum
Since quantum has now been renamed neutron, we remove any remaining references
to the old name.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/README.setup')
| -rw-r--r-- | meta-openstack/README.setup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openstack/README.setup b/meta-openstack/README.setup index f786735..dc4052a 100644 --- a/meta-openstack/README.setup +++ b/meta-openstack/README.setup | |||
| @@ -141,7 +141,7 @@ following steps will validate a simple compute node guest launch: | |||
| 141 | % . /etc/nova/openrc | 141 | % . /etc/nova/openrc |
| 142 | % glance image-create --name myFirstImage --is-public true \ | 142 | % glance image-create --name myFirstImage --is-public true \ |
| 143 | --container-format bare --disk-format qcow2 --file images/cirros-0.3.0-x86_64-disk.img | 143 | --container-format bare --disk-format qcow2 --file images/cirros-0.3.0-x86_64-disk.img |
| 144 | % quantum net-create mynetwork | 144 | % neutron net-create mynetwork |
| 145 | % nova boot --image myFirstImage --flavor 1 myinstance | 145 | % nova boot --image myFirstImage --flavor 1 myinstance |
| 146 | 146 | ||
| 147 | !! Hint !! | 147 | !! Hint !! |
