paste.filter_factory = heat.common.context:ContextMiddleware_filter_factory
[filter:ec2authtoken]
-paste.filter_factory = heat.api.v1.ec2token:EC2Token_filter_factory
+paste.filter_factory = heat.api.aws.ec2token:EC2Token_filter_factory
auth_uri = http://127.0.0.1:5000/v2.0
keystone_ec2_uri = http://localhost:5000/v2.0/ec2tokens
--- /dev/null
+# vim: tabstop=4 shiftwidth=4 softtabstop=4
+
+#
+# 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.
import webob
from heat import utils
from heat.common import context
-from heat.api.v1 import exception
+from heat.api.aws import exception
from heat.openstack.common import log as logging
import re
import urlparse
import webob
-from heat.api.v1 import exception
+from heat.api.aws import exception
from heat.common import wsgi
from heat.common import config
from heat.common import context
from heat.openstack.common import rpc
import heat.openstack.common.rpc.common as rpc_common
from heat.common.wsgi import Request
-from heat.api.v1 import exception
+from heat.api.aws import exception
import heat.api.v1.stacks as stacks