Wrong hostname&uuid placement

master
c.soylu 2 years ago
parent c3400e8cdb
commit 50fb1996c2
No known key found for this signature in database
GPG Key ID: 5C6DD95082155A23

@ -137,10 +137,10 @@
- "network_config": { "content_path": "/content/0000" }
+ "meta":{
+ "admin_username": "$username",
+ "admin_pass": "$password",
+ "uuid":"$uuid",
+ "hostname":"$hostname"
+ "admin_pass": "$password"
+ },
+ "uuid":"$uuid",
+ "hostname":"$hostname",
+ "network_config":{"content_path":"/content/0000"}$pubkeys$dhcpmacs
}
EOF
@ -154,3 +154,4 @@
}
my $files = {
'/openstack/latest/user_data' => $user_data,

@ -131,10 +131,10 @@
- "network_config": { "content_path": "/content/0000" }
+ "meta":{
+ "admin_username": "$username",
+ "admin_pass": "$password",
+ "uuid":"$uuid",
+ "hostname":"$hostname"
+ "admin_pass": "$password"
+ },
+ "uuid":"$uuid",
+ "hostname":"$hostname",
+ "network_config":{"content_path":"/content/0000"}$pubkeys$dhcpmacs
}
EOF

Loading…
Cancel
Save