Update:
Adding python-keystoneclient, python-neutronclient and
python-glanceclient in test container.

This gives Python bindings to the different service API,
which enables cord test framework to perform automation tasks
in Python by making API calls to Python objects.

Change-Id: I1936b6bb24e0be51f49d6afd39dec71968940373
diff --git a/src/test/setup/cord-test.py b/src/test/setup/cord-test.py
index 487280f..f8fe978 100755
--- a/src/test/setup/cord-test.py
+++ b/src/test/setup/cord-test.py
@@ -296,7 +296,8 @@
         python python-pip python-setuptools python-scapy tcpdump doxygen doxypy wget \
         openvswitch-common openvswitch-switch \
         python-twisted python-sqlite sqlite3 python-pexpect telnet arping isc-dhcp-server \
-        python-paramiko python-maas-client
+        python-paramiko python-maas-client python-keystoneclient python-neutronclient \
+        python-glanceclient
 RUN easy_install nose
 RUN mkdir -p /root/ovs
 WORKDIR /root