On 07/02/18 11:20, Chris Friesen wrote: > One use-case I've seen for this sort of thing is someone that has multiple geographically-separate clouds, and maybe they want to run the same heat stack in all of them. > > Something like "create a keypair in each of the clouds with the same > public key and same name" could be done by the end user with some > coding, but it's convenient to have a tool to do it for you. You can do this inside the Heat stack: https://docs.openstack.org/heat/latest/template_guide/openstack.html#OS::Nova::KeyPair - ZB