pycontribs / pyrax

The Python SDK for the Rackspace Cloud
developer.rackspace.com
Apache License 2.0
237 stars 208 forks source link

Added a default for entity in pyrax.cloudmonitoring.CloudMonitorAlarm… #567

Closed ghost closed 8 years ago

ghost commented 9 years ago

….init

Related to issue #566. https://github.com/rackspace/pyrax/blob/da6ff9c4c9c0295188aadae87a27aa793c1634e8/pyrax/manager.py#L159 assumes that all classes have 2 positional parameters in their constructors while CloudMonitorAlarm has three.

ghost commented 8 years ago

fixed in 314ab36