Support rocky version

Change-Id: Ie9439cf50b5dcfb73f63acd1f01c1dcb034358ee
Related-Prod: PROD-23722
diff --git a/tests/pillar/compute_legacy.sls b/tests/pillar/compute_legacy.sls
index 1a8aa58..0864a01 100644
--- a/tests/pillar/compute_legacy.sls
+++ b/tests/pillar/compute_legacy.sls
@@ -23,4 +23,4 @@
       host: 127.0.0.1
       password: password
       workers: 2
-    version: mitaka
+    version: mitaka
\ No newline at end of file
diff --git a/tests/pillar/repo_pike.sls b/tests/pillar/repo_pike.sls
index bc006ea..6e29aab 100644
--- a/tests/pillar/repo_pike.sls
+++ b/tests/pillar/repo_pike.sls
@@ -5,4 +5,4 @@
       mirantis_openstack_repo:
         source: "deb http://mirror.mirantis.com/stable/openstack-pike/xenial xenial main"
         architectures: amd64
-        key_url: "http://mirror.mirantis.com/stable/openstack-pike/xenial/archive-pike.key"
+        key_url: "http://mirror.mirantis.com/stable/openstack-pike/xenial/archive-pike.key"
\ No newline at end of file
diff --git a/tests/pillar/repo_rocky.sls b/tests/pillar/repo_rocky.sls
new file mode 100644
index 0000000..fa26377
--- /dev/null
+++ b/tests/pillar/repo_rocky.sls
@@ -0,0 +1,8 @@
+linux:
+  system:
+    enabled: true
+    repo:
+      mirantis_openstack_rocky:
+        source: "deb http://mirror.mirantis.com/nightly/openstack-rocky/xenial xenial main"
+        architectures: amd64
+        key_url: "http://mirror.mirantis.com/nightly/openstack-rocky/xenial/archive-openstack-rocky.key"
\ No newline at end of file