Sean Handley

Results 16 comments of Sean Handley

See https://github.com/fog/fog-openstack/pull/249

I agree 👍 If you can spare some time to raise a pull request for models you've seen that aren't doing this then that'd be awesome.

Do any of the services work? Have you tried requiring `fog-openstack` instead?

Can you let me know what happens if you run the code like this? ```ruby def test_cinder_backups_all getvolume = @volumeService.volumes.get("c2538dd7-de9e-4dfc-ae91-aff6dcb051b2") getvolume.name = "zhoutk" getvolume.save end ```