summaryrefslogtreecommitdiffstats
path: root/keystone/policy
diff options
context:
space:
mode:
authorDolph Mathews <dolph.mathews@gmail.com>2012-05-02 08:23:40 -0500
committerDolph Mathews <dolph.mathews@gmail.com>2012-05-03 09:46:00 -0500
commit422aeba0b4fbfc22a251cf86e553598ff1179046 (patch)
tree385718908e20879c527f9264426b651218fb91fa /keystone/policy
parentb9311480dd758ef6c736f116ffbf2ddcd9c00fd0 (diff)
downloadkeystone-422aeba0b4fbfc22a251cf86e553598ff1179046.tar.gz
keystone-422aeba0b4fbfc22a251cf86e553598ff1179046.tar.xz
keystone-422aeba0b4fbfc22a251cf86e553598ff1179046.zip
Removed SimpleMatch 'shim'; updated readme
Change-Id: I34fcc8d7233e58024c4e173867f8f41f9d2b9f4c
Diffstat (limited to 'keystone/policy')
-rw-r--r--keystone/policy/backends/simple.py23
1 files changed, 0 insertions, 23 deletions
diff --git a/keystone/policy/backends/simple.py b/keystone/policy/backends/simple.py
deleted file mode 100644
index 9d490f6c..00000000
--- a/keystone/policy/backends/simple.py
+++ /dev/null
@@ -1,23 +0,0 @@
-# vim: tabstop=4 shiftwidth=4 softtabstop=4
-
-# Copyright 2012 OpenStack LLC
-#
-# Licensed under the Apache License, Version 2.0 (the "License"); 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
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
-# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
-# License for the specific language governing permissions and limitations
-# under the License.
-
-# This file exists as a shim to get devstack testing to pass.
-# It will be removed once devstack has been updated.
-
-from keystone.policy.backends import rules
-
-
-SimpleMatch = rules.Policy