Skip to content

Commit

Permalink
oslo-incubator apiclient.exceptions to keystoneclient.exceptions
Browse files Browse the repository at this point in the history
Applications are using exceptions out of
keystoneclient.openstack.common.apiclient.exceptions so it's part
of the public interface. But since it's from oslo-incubator it's
not considered stable. Since keystoneclient is all stable this
creates bad situation.

With this change, all the symbols out of apiclient.exceptions are
moved into keystoneclient.exceptions rather than the other way
around (keystoneclient.exceptions used to re-export all of
apiclient.exceptions). Now we're in control of the
apiclient.exceptions and keystoneclient.exceptions that
applications are using.

Closes-Bug: 1481806
Change-Id: Ib3afa86b9d276f6a45d1ecd6f9157ee02ec8570d
  • Loading branch information
Brant Knudson committed Aug 5, 2015
1 parent eaa7ddd commit 26534da
Show file tree
Hide file tree
Showing 2 changed files with 495 additions and 452 deletions.

0 comments on commit 26534da

Please sign in to comment.