Merge "Remove unused imports."
diff --git a/etc/tempest.conf.sample b/etc/tempest.conf.sample
index f9fc1d5..3cbe1b5 100644
--- a/etc/tempest.conf.sample
+++ b/etc/tempest.conf.sample
@@ -209,13 +209,13 @@
 tenant_networks_reachable = false
 
 # Id of the public network that provides external connectivity.
-public_network_id = {$PUBLIC_NETWORK_UUID}
+public_network_id = {$PUBLIC_NETWORK_ID}
 
 # Id of a shared public router that provides external connectivity.
 # A shared public router would commonly be used where IP namespaces
 # were disabled.  If namespaces are enabled, it would be preferable
 # for each tenant to have their own router.
-public_router_id =
+public_router_id = {$PUBLIC_ROUTER_ID}
 
 [network-admin]
 # This section contains configuration options for an administrative
diff --git a/tools/pip-requires b/tools/pip-requires
index 6542a3c..a0128e8 100644
--- a/tools/pip-requires
+++ b/tools/pip-requires
@@ -6,6 +6,6 @@
 boto>=2.2.1
 paramiko
 netaddr
-python-glanceclient>=0.5.0,<2
+python-glanceclient>=0.5.0
 python-keystoneclient>=0.2.0
-python-novaclient>=2.10.0,<3
+python-novaclient>=2.10.0