Fix typo in openstack-bare-metal databag

It used 'openstac-bare-metal' instead of 'openstack-bare-metal'.

Change-Id: If780398073eb2b4a8d8fc865c15179a677d2e42e
This commit is contained in:
Lance Albertson 2020-01-15 13:19:18 -08:00
parent 52970bdd45
commit e536f52ba2
1 changed files with 5 additions and 5 deletions

View File

@ -1,10 +1,10 @@
{
"id": "openstack-bare-metal",
"openstac-bare-metal": {
"encrypted_data": "V3TjN0VM+M5h0gCFyFRQqQZc8zYFTeWaYg==\n",
"iv": "oDSNcsfcj6Db298Z\n",
"auth_tag": "NSpX3UCs//hoNttc2SCh7g==\n",
"openstack-bare-metal": {
"encrypted_data": "XungldtBZTJXKXxUezYe45a0dozxLgsXMA==\n",
"iv": "s3SrfIFb7qQv44gA\n",
"auth_tag": "tAIA0ww4wqCDWxpY3otvEQ==\n",
"version": 3,
"cipher": "aes-256-gcm"
}
}
}