File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Copyright 2012 OpenStack LLC.
2+ # All Rights Reserved
3+ #
4+ # Licensed under the Apache License, Version 2.0 (the "License"); you may
5+ # not use this file except in compliance with the License. You may obtain
6+ # a copy of the License at
7+ #
8+ # http://www.apache.org/licenses/LICENSE-2.0
9+ #
10+ # Unless required by applicable law or agreed to in writing, software
11+ # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
12+ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
13+ # License for the specific language governing permissions and limitations
14+ # under the License.
15+ #
16+ # vim: tabstop=4 shiftwidth=4 softtabstop=4
17+
118"""Manage access to the clients, including authenticating when needed.
219"""
320
Original file line number Diff line number Diff line change 1- # Copyright 2011 OpenStack LLC.
1+ # Copyright 2012 OpenStack LLC.
22# All Rights Reserved
33#
44# Licensed under the Apache License, Version 2.0 (the "License"); you may
Original file line number Diff line number Diff line change 1+ # Copyright 2012 OpenStack LLC.
2+ # All Rights Reserved
3+ #
4+ # Licensed under the Apache License, Version 2.0 (the "License"); you may
5+ # not use this file except in compliance with the License. You may obtain
6+ # a copy of the License at
7+ #
8+ # http://www.apache.org/licenses/LICENSE-2.0
9+ #
10+ # Unless required by applicable law or agreed to in writing, software
11+ # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
12+ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
13+ # License for the specific language governing permissions and limitations
14+ # under the License.
15+ #
16+ # vim: tabstop=4 shiftwidth=4 softtabstop=4
17+
118import logging
219
320from novaclient import client as nova_client
Original file line number Diff line number Diff line change 1+ # Copyright 2012 OpenStack LLC.
2+ # All Rights Reserved
3+ #
4+ # Licensed under the Apache License, Version 2.0 (the "License"); you may
5+ # not use this file except in compliance with the License. You may obtain
6+ # a copy of the License at
7+ #
8+ # http://www.apache.org/licenses/LICENSE-2.0
9+ #
10+ # Unless required by applicable law or agreed to in writing, software
11+ # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
12+ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
13+ # License for the specific language governing permissions and limitations
14+ # under the License.
15+ #
16+ # vim: tabstop=4 shiftwidth=4 softtabstop=4
17+
118import logging
219
320from keystoneclient .v2_0 import client as identity_client
Original file line number Diff line number Diff line change 1- # Copyright 2011 OpenStack LLC.
1+ # Copyright 2012 OpenStack LLC.
22# All Rights Reserved
33#
44# Licensed under the Apache License, Version 2.0 (the "License"); you may
Original file line number Diff line number Diff line change 1+ # Copyright 2012 OpenStack LLC.
2+ # All Rights Reserved
3+ #
4+ # Licensed under the Apache License, Version 2.0 (the "License"); you may
5+ # not use this file except in compliance with the License. You may obtain
6+ # a copy of the License at
7+ #
8+ # http://www.apache.org/licenses/LICENSE-2.0
9+ #
10+ # Unless required by applicable law or agreed to in writing, software
11+ # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
12+ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
13+ # License for the specific language governing permissions and limitations
14+ # under the License.
15+ #
16+ # vim: tabstop=4 shiftwidth=4 softtabstop=4
17+
118import os
219
320import setuptools
You can’t perform that action at this time.
0 commit comments