Add get_config() and get_constraints() for Application
[osm/N2VC.git] / juju / model.py
index 26611fc..52721a7 100644 (file)
@@ -759,9 +759,6 @@ class Model(object):
             - series is required; how do we pick a default?
 
         """
-        if constraints:
-            constraints = client.Value(**constraints)
-
         if to:
             placement = [
                 client.Placement(**p) for p in to