Jump to: navigation, search

Warm

Warm

Deploy OpenStack resources from Yaml templates.

 $ cat > stack.yaml <<EOF
 server:
 - name: srv
   flavor: m1.small
   image: cirros-0.3.1-x86_64-uec
 EOF
 $ warm stack.yaml

Installation

 pip install warm

Bug/Feature report

Warm uses launchpad for features and bugs management

Sources

Warm uses the infrastructure provided by OpenStack

Thanks

OpenStack project and all contributor to provide every tools that help building this software