]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
crimson/auth: rename auth::auth_error to auth::error
authorKefu Chai <kchai@redhat.com>
Tue, 16 Apr 2019 11:46:40 +0000 (19:46 +0800)
committerKefu Chai <kchai@redhat.com>
Tue, 16 Apr 2019 14:13:54 +0000 (22:13 +0800)
commitd87bc2c5d1eebe784604c4fdf7b15839c1706d17
treefea0006312a94e65b3aa7f301e35a8a322732c39
parent0b0b89ee08c7c4e30fca748381a42e9c98adabc2
crimson/auth: rename auth::auth_error to auth::error

* s/auth::auth_error/auth::error/: less repeating this way
* auth/Errors.{h,cc}: remove them. as we don't need to use error code to
  construct exceptions in this context
* move auth::error into auth::AuthClient

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/crimson/auth/AuthClient.h
src/crimson/auth/Errors.cc [deleted file]
src/crimson/auth/Errors.h [deleted file]