Driven by a race condition in LVM being hit in the tempest
tests. This is a locking race between a file lock and a
semaphore which is fixed in 2.02.96-5.
Change-Id: I8a8c215c90a0602288292ffd06b7694d2db6219e
| ... | ... |
@@ -57,8 +57,8 @@ PUB_IP=${PUB_IP:-172.24.4.10}
|
| 57 | 57 |
PUB_NETMASK=${PUB_NETMASK:-255.255.255.0}
|
| 58 | 58 |
|
| 59 | 59 |
# Ubuntu install settings |
| 60 |
-UBUNTU_INST_RELEASE="precise" |
|
| 61 |
-UBUNTU_INST_TEMPLATE_NAME="Ubuntu 12.04 (64-bit) for DevStack" |
|
| 60 |
+UBUNTU_INST_RELEASE="saucy" |
|
| 61 |
+UBUNTU_INST_TEMPLATE_NAME="Ubuntu 13.10 (64-bit) for DevStack" |
|
| 62 | 62 |
# For 12.04 use "precise" and update template name |
| 63 | 63 |
# However, for 12.04, you should be using |
| 64 | 64 |
# XenServer 6.1 and later or XCP 1.6 or later |