flexera-public / right_aws

RightScale Amazon Web Services Ruby Gems
MIT License
451 stars 175 forks source link

Ignore nil aws_reason for openstack ec2 #183

Open kcd83 opened 10 years ago

kcd83 commented 10 years ago

Avoid NoMethodError: undefined method `sub' for nil:NilClass when no aws_reason is supplied by openstack implementation of ec2

kcd83 commented 10 years ago

Might prefer

instance[:aws_reason].nil? ? nil : instance[:aws_reason].sub(/\(\d[^)]*GMT\) */, '')