Skip to content
Snippets Groups Projects
Commit ea9af51e authored by Martin Čuchran's avatar Martin Čuchran
Browse files

Delete PB007

parent 46dac450
Branches master
No related tags found
No related merge requests found
{
"heat_template_version": "2013-05-23",
"description": "Simple template to deploy a single compute instance",
"resources": {
"my_instance": {
"type": "OS::Nova::Server",
"properties": {
"image": "73ff33dc-346d-46c8-8786-3bbc97e21c64",
"flavor": "m1.large",
"networks": [
{
"network": "internal-net"
}
],
"user_data": {
"get_file": "https://gitlab.ics.muni.cz/396462/PV176/raw/master/Openstack/JSON/powershell/AddOStoDomUPS.ps1"
}
}
}
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment