diff options
Diffstat (limited to 'integration/scripts/conf/pxc.conf')
-rw-r--r-- | integration/scripts/conf/pxc.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/integration/scripts/conf/pxc.conf b/integration/scripts/conf/pxc.conf new file mode 100644 index 00000000..eac3c579 --- /dev/null +++ b/integration/scripts/conf/pxc.conf @@ -0,0 +1,6 @@ + "instance_flavor_name": "test.small-3", + "instance_bigger_flavor_name": "test.small-3.resize", + "instance_eph_flavor_name": "test.eph.small-3", + "instance_bigger_eph_flavor_name": "test.eph.small-3.resize", + "trove_volume_support": true, + "trove_volume_size": 1, |