Bug 1015496 - [Doc] Mistake in section 10.3.4.6 "Updating the Compute Configuration"
Summary: [Doc] Mistake in section 10.3.4.6 "Updating the Compute Configuration"
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: doc-Installation_and_Configuration_Guide
Version: unspecified
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: 4.0
Assignee: Martin Lopes
QA Contact: ecs-bugs
URL:
Whiteboard:
Depends On:
Blocks: 1011085
TreeView+ depends on / blocked
 
Reported: 2013-10-04 11:55 UTC by Javier Peña
Modified: 2014-01-07 05:56 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Build Name: 15807, Installation and Configuration Guide-3-1 Build Date: 25-09-2013 09:53:16 Topic ID: 15881-506082 [Latest]
Last Closed: 2014-01-06 04:25:29 UTC
Target Upstream Version:


Attachments (Terms of Use)

Description Javier Peña 2013-10-04 11:55:22 UTC
Title: Updating the Compute Configuration

Describe the issue:
Step 6 has an error, the command line reads:

# openstack-config --set /etc/nova/nova.conf DEFAULT quantum_admin_auth_url http://IP:35357/v3

However, the endpoint for keystone is v2.0, so it should read:

# openstack-config --set /etc/nova/nova.conf DEFAULT quantum_admin_auth_url http://IP:35357/v2.0

Suggestions for improvement:

Change the command line to use the correct endpoint.

Additional information:


Note You need to log in before you can comment on or make changes to this bug.