Project

General

Profile

Actions

Documentation #17746

closed

Python Swift client commands in Quick Developer Guide don't match configuration in vstart.sh

Added by Suseelan Vigneswaran over 7 years ago. Updated about 7 years ago.

Status:
Resolved
Priority:
Low
Assignee:
-
Category:
documentation
Target version:
-
% Done:

0%

Tags:
Backport:
jewel, kraken
Reviewed:
Affected Versions:
Pull request ID:

Description

While following the Quick Developer Guide for master (http://docs.ceph.com/docs/master/dev/quick_guide), I observed that the commands listed to communicate with the RadosGW via the Python Swift client don't work when run as written, returning a "401 Unauthorized" error. The issue is that in vstart.sh, the account name, username, and secret are set differently than what is used in the commands listed in the documentation. The corrected versions should be updated as follows:

swift -A http://localhost:8000/auth -U test:tester -K testing list
swift -A http://localhost:8000/auth -U test:tester -K testing upload my container ceph
swift -A http://localhost:8000/auth -U test:tester -K testing list

I understand this is very minor, but it would help make it easier for new users to run a RadosGW development environment.


Related issues 2 (0 open2 closed)

Copied to Ceph - Backport #18570: jewel: Python Swift client commands in Quick Developer Guide don't match configuration in vstart.shResolvedNathan CutlerActions
Copied to Ceph - Backport #18571: kraken: Python Swift client commands in Quick Developer Guide don't match configuration in vstart.shResolvedNathan CutlerActions
Actions #1

Updated by Casey Bodley over 7 years ago

  • Status changed from New to Pending Backport
  • Backport set to jewel, kraken
Actions #2

Updated by Nathan Cutler over 7 years ago

  • Copied to Backport #18570: jewel: Python Swift client commands in Quick Developer Guide don't match configuration in vstart.sh added
Actions #3

Updated by Nathan Cutler over 7 years ago

  • Copied to Backport #18571: kraken: Python Swift client commands in Quick Developer Guide don't match configuration in vstart.sh added
Actions #5

Updated by Nathan Cutler about 7 years ago

  • Status changed from Pending Backport to Resolved
Actions

Also available in: Atom PDF