Bug 987665

Summary: SSH key management URLs are incorrect
Product: OKD Reporter: Hiro Asari <hasari>
Component: DocumentationAssignee: Bilhar <baulakh>
Status: CLOSED CURRENTRELEASE QA Contact: ecs-bugs
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 2.xCC: jkeck, mmccomas
Target Milestone: ---Keywords: Documentation
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-08-07 22:53:08 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:

Description Hiro Asari 2013-07-23 20:16:45 UTC
Description of problem:
https://access.redhat.com/site/documentation/en-US/OpenShift/2.0/pdf/REST_API_Guide/OpenShift-2.0-REST_API_Guide-en-US.pdf

has incorrect URLs in section 10.2.1.


Actual results:
The section has 2 examples for 'curl' usage:

curl -k -X POST https://openshift.redhat.com/broker/rest/keys ...

Expected results:

curl -k -X POST https://openshift.redhat.com/broker/rest/user/keys ...


Additional info: