https://github.com/nibalizer/sunsetter
Sunsetter Retractable Awning
https://github.com/nibalizer/sunsetter
Last synced: about 2 months ago
JSON representation
Sunsetter Retractable Awning
- Host: GitHub
- URL: https://github.com/nibalizer/sunsetter
- Owner: nibalizer
- Created: 2016-05-07T03:19:45.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-06T01:20:27.000Z (almost 9 years ago)
- Last Synced: 2025-01-12T22:30:03.027Z (4 months ago)
- Language: HTML
- Size: 6.84 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
SunSetter Retractable Awning
============================This is a web frontend to the inventory commandline utility inside shade.
It uses the [shade](http://git.openstack.org/cgit/openstack-infra/shade) openstack client library and the [flask](http://flask.pocoo.org/docs/0.10/quickstart/) web microframework.
Usage
=====Sunsetter requires a ``clouds.yaml`` file to exist in either ``~/.config/openstack/clouds.yaml`` or ``/etc/openstack/clouds.yaml``. This is setup and documented in [os-client-config](http://docs.openstack.org/developer/os-client-config/). For developers you can use a ``clouds.yaml`` file in the current working directory.
```shell
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
python sunsetter.py
```Open your browser to ``localhost:5000``