diff options
Diffstat (limited to 'ironic/api/__init__.py')
-rw-r--r-- | ironic/api/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ironic/api/__init__.py b/ironic/api/__init__.py index e1963e664..28ecbaa64 100644 --- a/ironic/api/__init__.py +++ b/ironic/api/__init__.py @@ -13,7 +13,7 @@ # License for the specific language governing permissions and limitations # under the License. -from oslo.config import cfg +from oslo_config import cfg API_SERVICE_OPTS = [ |