diff options
author | Thanh Ha <thanh.ha@linuxfoundation.org> | 2019-03-01 12:56:20 -0500 |
---|---|---|
committer | Thanh Ha <thanh.ha@linuxfoundation.org> | 2019-03-01 12:56:24 -0500 |
commit | 51352a2289471dc73791515068af60b2eb3c525e (patch) | |
tree | 8019fe341ae54655ae6f50c228a3dc5f921d39c6 /packer/vars | |
parent | 84127d5651703c700255afbd2575b98d91304242 (diff) |
Remove 18.04 var file
Should already be covered by common-packer.
Change-Id: I724e3b30920463463631f5f40d60a6c1ad991d25
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
Diffstat (limited to 'packer/vars')
-rw-r--r-- | packer/vars/ubuntu-18.04.json | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/packer/vars/ubuntu-18.04.json b/packer/vars/ubuntu-18.04.json deleted file mode 100644 index ec0c7caa0..000000000 --- a/packer/vars/ubuntu-18.04.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "base_image": "Ubuntu 18.04 (2018-05-07) - LF upload", - "distro": "Ubuntu 18.04", - "ssh_user": "ubuntu", - "cloud_user_data": "provision/null_data.sh" -} |