Merge pull request #23 from petevg/bug/instance-placement-bug
[osm/N2VC.git] / juju / application.py
2016-11-29 Tim Van SteenburghMerge pull request #23 from petevg/bug/instance-placeme...
2016-11-29 Pete Vander GiessenAdded Placement parser.
2016-11-28 Tim Van SteenburghMerge pull request #21 from petevg/bug/add-machines...
2016-11-24 Tim Van SteenburghMerge pull request #20 from simonklb/get-metrics
2016-11-24 Simon KollbergAdd get metrics
2016-11-01 Tim Van SteenburghImplement Application.run()
2016-11-01 Tim Van SteenburghAdd set config/constraints for Application
2016-11-01 Tim Van SteenburghAdd get_config() and get_constraints() for Application
2016-11-01 Tim Van SteenburghWire up more Application apis
2016-10-25 Cory JohnsAdd application status and message property
2016-10-18 Tim Van SteenburghFix copy-paste bug
2016-10-18 Tim Van SteenburghMove set_annotations to Application, Machine
2016-10-18 Tim Van SteenburghMove add_unit logic into Application
2016-10-18 Tim Van SteenburghMove expose() logic to Application
2016-10-17 Tim Van SteenburghAdd ModelEntity callbacks and async return values.
2016-09-08 Tim Van SteenburghDeploy/destroy example
2016-06-24 Tim Van SteenburghAsync model updates