Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

/* Other env variables to ?? */
For ODL, except the above OpenStack environment variables, there also need some other variables and all of them are hard-coded in Functest:
    odlusername=admin
    odlpassword=admin
    ODL_SYSTEM_IP=os.environ['SDN_CONTROLLER_IP']
    KEYSTONE=urlparse.urlparse(OS_AUTH_URL).hostname
    NEUTRON=urlparse.urlparse(neutron_public_endpoint_url).hostname
    PORT=8080
    RESTCONFPORT=8181

/* Second, create a home directory for dovetail */

...