summaryrefslogtreecommitdiff
path: root/tests/unittests/test_datasource/test_openstack.py
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2014-08-27 17:03:43 -0400
committerScott Moser <smoser@ubuntu.com>2014-08-27 17:03:43 -0400
commit419e0caab7e005827485460372c7f0d54ac0e9c9 (patch)
tree301374b9122e6b8094db44b882ebf38f776d3579 /tests/unittests/test_datasource/test_openstack.py
parent984d36fb8c5feb82c31121ffd5d6a72b4f593499 (diff)
downloadvyos-cloud-init-419e0caab7e005827485460372c7f0d54ac0e9c9.tar.gz
vyos-cloud-init-419e0caab7e005827485460372c7f0d54ac0e9c9.zip
no functional changes, but some minor changes.
Diffstat (limited to 'tests/unittests/test_datasource/test_openstack.py')
-rw-r--r--tests/unittests/test_datasource/test_openstack.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unittests/test_datasource/test_openstack.py b/tests/unittests/test_datasource/test_openstack.py
index 412ae5a4..530fba20 100644
--- a/tests/unittests/test_datasource/test_openstack.py
+++ b/tests/unittests/test_datasource/test_openstack.py
@@ -79,7 +79,7 @@ EC2_FILES = {
'latest/user-data': USER_DATA,
}
EC2_VERSIONS = [
- 'lastest',
+ 'latest',
]