Discrepancy in EC2 service creation step

Bug #1074414 reported by Chris Ricker
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
openstack-manuals
Fix Released
Medium
Tom Fifield

Bug Description

PG 26-27 (printed page number) / PG 33-34 (PDF counted) in the openstack-install-guide-yum-trunk has This for creation of EC2 compatibility:

$ keystone --os-token 012345SECRET99TOKEN012345 \
--os-endpoint http://192.168.206.130:35357/v2.0/ \
 endpoint-create \
 --region RegionOne \
 --service-id=181cdad1d1264387bcc411e1c6a6a5fd \
 --publicurl=http://192.168.206.130:8773/services/Cloud \
 --internalurl=http://192.168.206.130:8773/services/Cloud \
 --adminurl=http://192.168.206.130:8773/services/Admin

and then this output

+-------------+--------------------------------------------+
| Property | Value |
+-------------+--------------------------------------------+
| adminurl | http://192.168.206.130:8773/services/Cloud |
| id | d2a3d7490c61442f9b2c8c8a2083c4b6 |
| internalurl | http://192.168.206.130:8773/services/Cloud |
| publicurl | http://192.168.206.130:8773/services/Admin |
| region | RegionOne |
| service_id | 181cdad1d1264387bcc411e1c6a6a5fd |
+-------------+--------------------------------------------+

So publicurl is said to be site:port/services/Cloud, but shown as site:port/services/Admin

And adminurl is said to be site:port/services/Admin, but shown as site:port/services/Cloud

I think the command is right, and the sample output is wrong?

Tags: nova
Tom Fifield (fifieldt)
tags: added: nova
Changed in openstack-manuals:
status: New → Confirmed
importance: Undecided → Medium
Revision history for this message
Tom Fifield (fifieldt) wrote :
Changed in openstack-manuals:
assignee: nobody → Tom Fifield (fifieldt)
status: Confirmed → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to openstack-manuals (master)

Reviewed: https://review.openstack.org/15319
Committed: http://github.com/openstack/openstack-manuals/commit/d64fba136d7355fcfb4b00dce848010668509af8
Submitter: Jenkins
Branch: master

commit d64fba136d7355fcfb4b00dce848010668509af8
Author: Tom Fifield <email address hidden>
Date: Sat Nov 3 10:13:52 2012 +1100

    Fixes ec2 admin/cloud URL example

    fixes bug 1074414

    The example for the EC2 endpoint creation was incorrect,
    this just switches the URLs so they correlate

    Change-Id: I8d32377d8227897cb7b8c627ff765f876c22f3e2

Changed in openstack-manuals:
status: In Progress → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.