Closed EmilienM closed 3 years ago
@jtopjian hey, do you think this one would be fine?
@EmilienM Yeah, this gophercloud/utils
repo is pretty flexible with what is accepted. Let me know if/when this is ready to be merged 🙂
@EmilienM Yeah, this
gophercloud/utils
repo is pretty flexible with what is accepted. Let me know if/when this is ready to be merged slightly_smiling_face
Thanks ! yes this is ready in my opinion, unless someone thinks the function should work otherwise. I'll try to get someone else to review it before EOD but if you don't see any comment feel free to land it.
:+1: LGTM!
Thanks for your quick review @jtopjian
Add a new function, named ListAvailableAvailabilityZones, that return a slice of AZs that are actually available.
Note: it uses availabilityzones.List() which doesn't require admin privileges (comparing to availabilityzones.ListDetail() which does).