Bug 981371

Summary: should be dot instead of backslashes in nova config path
Product: Red Hat OpenStack Reporter: Hangbin Liu <haliu>
Component: doc-Installation_and_Configuration_GuideAssignee: RHOS Documentation Team <rhos-docs>
Status: CLOSED DUPLICATE QA Contact: ecs-bugs
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: unspecifiedCC: sgordon
Target Milestone: ---Keywords: Documentation
Target Release: 4.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Build: CSProcessor Builder Version 1.10 Build Name: 15807, Installation and Configuration Guide-3-1 Build Date: 12-06-2013 09:31:52 Topic ID: 15881-458421 [Latest]
Last Closed: 2013-07-04 15:29:19 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1011085    

Description Hangbin Liu 2013-07-04 14:40:22 UTC
Title: 10.3.4 .5.2. Updating the Compute Configuration

Describe the issue:
should be dot instead of backslashes in nova config path, e.g.
openstack-config --set /etc/nova/nova/conf \
DEFAULT network_api_class nova.network.quantumv2.api.API

Suggestions for improvement:
should be
openstack-config --set /etc/nova/nova.conf \
DEFAULT network_api_class nova.network.quantumv2.api.API

Additional information:

all paths are error in this chapter

Comment 2 Stephen Gordon 2013-07-04 15:29:19 UTC

*** This bug has been marked as a duplicate of bug 980547 ***