On 2025-06-12 12:03:14 -0000 (-0000), prmjh4@gmail.com wrote:
Do we have any mechanism in OpenStack environment where we do not need an appropriate template already exists in the OpenStack environment in order to create server instance on the OpenStack Cloud programmatically? where we can do the templateless provisioning of the server instance on OpenStack?
There are a variety of options... The OpenStackClient CLI can be used in scripts, or the OpenStackSDK could be imported in a Python program (there are lots of unofficial third-party SDKs out there for other languages too), or you could use an HTTP library in your software to directly call OpenStack's various REST APIs. See https://developer.openstack.org/ for more details on these options. -- Jeremy Stanley