~awsome-core/ubuntu/precise/awsome/precise

« back to all changes in this revision

Viewing changes to awsome/openstack.py

  • Committer: Jelmer Vernooij
  • Date: 2012-04-18 11:15:36 UTC
  • mfrom: (35.5.3)
  • Revision ID: jelmer@canonical.com-20120418111536-7fxei4kn6iv7jf3s
Merge new snapshot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# Copyright (C) 2012 Canonical Ltd.
 
2
# This program is free software: you can redistribute it and/or modify
 
3
# it under the terms of the GNU Affero General Public License as
 
4
# published by the Free Software Foundation, version 3.
 
5
#
 
6
# This program is distributed in the hope that it will be useful,
 
7
# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
8
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
9
# GNU Affero General Public License for more details.
 
10
#
 
11
# You should have received a copy of the GNU Affero General Public License
 
12
# along with this program.  If not, see <http://www.gnu.org/licenses/>.
2
13
 
3
14
"""Simple OpenStack API client implementation, using twisted."""
4
15