JUNO - Error in Swift Installation guide

Bug #1384174 reported by Alex Roig
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
openstack-manuals
Fix Released
High
Tom Fifield

Bug Description

The command:
keystone endpoint-create \
  --service-id $(keystone service-list | awk '/ object-store / {print $2}') \
  --publicurl 'http://controller:8080/v1/AUTH_%(tenant_id)s' \
  --internalurl 'http://controller:8080/v1/AUTH_%(tenant_id)s' \
  --adminurl http://controller:8080 \
  -region regionOne

should be replaced by
keystone endpoint-create \
  --service-id $(keystone service-list | awk '/ object-store / {print $2}') \
  --publicurl 'http://controller:8080/v1/AUTH_%(tenant_id)s' \
  --internalurl 'http://controller:8080/v1/AUTH_%(tenant_id)s' \
  --adminurl http://controller:8080 \
  --region regionOne

There's a missing '-' before 'region regionOne.

Àlex Roig
-----------------------------------
Built: 2014-10-22T06:56:07 00:00
git SHA: ead8bfbd2b4f3f468e36dadfde9b488e2635079b
URL: http://docs.openstack.org/trunk/install-guide/install/apt/content/general-installation-steps-swift.html
source File: file:/home/jenkins/workspace/openstack-manuals-tox-doc-publishdocs/doc/install-guide/object-storage/section_object-storage-install.xml
xml:id: general-installation-steps-swift

Tom Fifield (fifieldt)
Changed in openstack-manuals:
milestone: none → kilo
status: New → Confirmed
importance: Undecided → High
status: Confirmed → Triaged
tags: added: swift
Changed in openstack-manuals:
assignee: nobody → Tom Fifield (fifieldt)
tags: added: install-guide
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to openstack-manuals (master)

Fix proposed to branch: master
Review: https://review.openstack.org/130194

Changed in openstack-manuals:
status: Triaged → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to openstack-manuals (master)

Reviewed: https://review.openstack.org/130194
Committed: https://git.openstack.org/cgit/openstack/openstack-manuals/commit/?id=bd2aa70f02d854b83e39aa0b22a0b27cdc8696a6
Submitter: Jenkins
Branch: master

commit bd2aa70f02d854b83e39aa0b22a0b27cdc8696a6
Author: Tom Fifield <email address hidden>
Date: Wed Oct 22 19:34:27 2014 +0800

    Add missing hyphen to swift install section

    As reported by Alex Roig, the section of the swift install
    guide that added the keystone endpoint was missing a hyphen
    in the command. This patch adds it.

    Change-Id: I8a7bfa43e5dc53d4a9e70e52fa58673e08e584c6
    Closes-Bug: 1384174

Changed in openstack-manuals:
status: In Progress → Fix Released
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/openstack-manuals 15.0.0

This issue was fixed in the openstack/openstack-manuals 15.0.0 release.

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.