Docmentation will in future be here, but there is not much there yet.
flask_cm
major code
start with
fab cm
TODO: bugs in imports after reorganization
does not work
examples
- examples/hello - a simple hello world program with a OSX makefile to test from the same window * bootstrap documentation: http://twitter.github.com/bootstrap/scaffolding.html
- examples/info - a cloud information flask server developed (Hyungro)
- examples/openid - a flask server that demonstrates how to limit openid authentication to only a list of known open ids (Heshan)
- examples/bootstrap - two examples on how to use a more fancyful layout. one is in home.html, the other in fluid.html
CHANGES
a) introduced a "cloud:" attribute in yaml so its easier to manage and extract the clouds without checking the type
b) worked on a nasty bug in the refresh method of openstack, and it now refreshes even after you deleted all vms.
c) changed the logic for the credentials and in addition to the clod: we have also a credentials: under each cloud
d) added a new parameter to the get function in cm_config that if set to expand=True it will replace the $ vars with those defined in the os.environ, so this is cool as it allows us to use $ vars now also in the yaml file
PREVIOUS CHANGES
- experiments with date picker: http://www.eyecon.ro/bootstrap-datepicker/
DEVELOPMENT IMPROVEMENTS
- untaged several version and rolled back to 0.7.0
- replaced the Makefile with a fab file
- adding the flat file example
- deprecated: improved makefile
- deprecated: added automatic version tagging from makefile
STYLE IMPROVEMENTS
- added activations for pages
- added mark down
- added a "pages" folder in which we can store a number of pages in md that show up automatically
FUNCTIONALITY IMPROVEMENTS
- removed millisecond from time display
- integrated a table view
- storing data in persitant data dir
- added example on how to rener more than one cloud
- moved the Metric and Manage pages for now into md pages
- added placeholders for action icons