identity v3 token

Adds a test where get a token using identity api v3,
and use that to perform an operation using compute api.

Fixes bug 1161633

Change-Id: I5d8121d1734ec7f1991758360b829c7889540c71
diff --git a/etc/tempest.conf.sample b/etc/tempest.conf.sample
index 3147859..f9f02dc 100644
--- a/etc/tempest.conf.sample
+++ b/etc/tempest.conf.sample
@@ -12,6 +12,8 @@
 disable_ssl_certificate_validation = False
 # URL for where to find the OpenStack Identity API endpoint (Keystone)
 uri = http://127.0.0.1:5000/v2.0/
+# URL for where to find the OpenStack V3 Identity API endpoint (Keystone)
+uri_v3 = http://127.0.0.1:5000/v3/
 # Should typically be left as keystone unless you have a non-Keystone
 # authentication API service
 strategy = keystone