Register ironic-ui REST endpoints

Change-Id: I7e4ec10f2d19bf4bcad2a0f3a5d5feb3c62b59ca
This commit is contained in:
Peter Piela 2016-03-04 11:56:32 -05:00 committed by Elizabeth Elwell
parent df7ba412ea
commit 57837a3fd3

View File

@ -6,7 +6,7 @@
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
@ -16,6 +16,7 @@
from django.conf.urls import url
import ironic_ui.api.ironic_rest_api # noqa
from ironic_ui.content.ironic import views
urlpatterns = [