cloudify-openstack-plugin icon indicating copy to clipboard operation
cloudify-openstack-plugin copied to clipboard

Change our resource naming method

Open EarthmanT opened this issue 7 years ago • 0 comments

Today we are creating absurdly long hostnames in servers because we have an absurd default naming policy:

    return "{0}_{1}_{2}".format(type_name, ctx.deployment.id, ctx.instance.id)

Change this to something else. Maybe do what we do in Azure, which is generate a UUID.

EarthmanT avatar Mar 06 '18 14:03 EarthmanT