Fix nits related to the new keystone.conf package

This patch fixes small nits from
https://review.openstack.org/#/c/325604/ which weren't worth respinning
such a massive patch to resolve.

Change-Id: Ifd2afa95f3a13e1df0bd8a08ba5b6b514032495c
This commit is contained in:
Dolph Mathews 2016-06-24 20:04:38 +00:00
parent d9c6b50a3a
commit 7b809fbdb2
2 changed files with 0 additions and 2 deletions

View File

@ -18,7 +18,6 @@
import functools import functools
from keystone.assignment import controllers from keystone.assignment import controllers
from keystone.common import json_home from keystone.common import json_home
from keystone.common import router from keystone.common import router
from keystone.common import wsgi from keystone.common import wsgi

View File

@ -32,7 +32,6 @@ from keystone.version import controllers
CONF = keystone.conf.CONF CONF = keystone.conf.CONF
v2_MEDIA_TYPES = [ v2_MEDIA_TYPES = [
{ {
"base": "application/json", "base": "application/json",