diff --git a/software/openstack/templates/ssh-configure.py.in b/software/openstack/templates/ssh-configure.py.in
index bb5d88e1e6045c02f148eea0f9064688482102be..a993f6c14b19e499e0277d54a31529247231a5fe 100644
--- a/software/openstack/templates/ssh-configure.py.in
+++ b/software/openstack/templates/ssh-configure.py.in
@@ -76,6 +76,8 @@ if __name__ == '__main__':
     client = getClient()
     time.sleep(5)
   try:
+    #Try to run openstack command before all other system process are started
+    time.sleep(30)
     #Write file configure.sh to use.
     sftp = client.open_sftp()
     result = sftp.put(nova_configure, 'configure.sh' )