Statistics
| Branch: | Tag: | Revision:

root / README.md @ 6283b4b4

History | View | Annotate | Download (2 kB)

1
./kamaki
2
========
3

    
4
Overview
5
--------
6

    
7
./kamaki is a multipurpose, interactive command-line tool, and also a
8
client development library for managing OpenStack clouds.
9

    
10
As a development library, it implements the OpenStack APIs, along with the
11
custom extensions introduced by [Synnefo](http://www.synnefo.org).
12

    
13
./kamaki is open source and released under a 2-clause BSD License.
14

    
15
Project Page
16
------------
17

    
18
Please see the [official Synnefo site](http://www.synnefo.org) and the
19
[Synnefo documentation](http://www.synnefo.org) for more information.
20

    
21

    
22
Copyright and license
23
=====================
24

    
25
Copyright (C) 2011-2014 GRNET S.A. All rights reserved.
26

    
27
Redistribution and use in source and binary forms, with or
28
without modification, are permitted provided that the following
29
conditions are met:
30

    
31
  1. Redistributions of source code must retain the above
32
     copyright notice, this list of conditions and the following
33
     disclaimer.
34

    
35
  2. Redistributions in binary form must reproduce the above
36
     copyright notice, this list of conditions and the following
37
     disclaimer in the documentation and/or other materials
38
     provided with the distribution.
39

    
40
THIS SOFTWARE IS PROVIDED BY GRNET S.A. ``AS IS'' AND ANY EXPRESS
41
OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
42
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
43
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL GRNET S.A. OR
44
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
45
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
46
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
47
USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
48
AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
49
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
50
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
51
POSSIBILITY OF SUCH DAMAGE.
52

    
53
The views and conclusions contained in the software and
54
documentation are those of the authors and should not be
55
interpreted as representing official policies, either expressed
56
or implied, of GRNET S.A.
57