moto/moto/opsworks
Rigas Papathanasopoulos 4abd88f95c
Fix the online status in OpsWorks
When an instance is running, OpsWorks reports its status as "online"
[1], while EC2 reports it as "running". Until now, moto copied the EC2
instance's status as is. This commit introduces the converts the running
status to online when returned by OpsWorks.

[1]: https://docs.aws.amazon.com/cli/latest/reference/opsworks/describe-instances.html
2020-05-07 10:57:27 +03:00
..
__init__.py Run black on moto & test directories. 2019-10-31 10:36:05 -07:00
exceptions.py Run black on moto & test directories. 2019-10-31 10:36:05 -07:00
models.py Fix the online status in OpsWorks 2020-05-07 10:57:27 +03:00
responses.py Run black on moto & test directories. 2019-10-31 10:36:05 -07:00
urls.py Run black on moto & test directories. 2019-10-31 10:36:05 -07:00