Merge "Fix the right import"

This commit is contained in:
Jenkins 2015-07-15 12:05:04 +00:00 committed by Gerrit Code Review
commit e12df36b66

View File

@ -26,7 +26,7 @@ and pass the version number:
:linenos: :linenos:
from os import environ as env from os import environ as env
import novaclient import novaclient.client
nova = novaclient.client.Client("1.1", auth_url=env['OS_AUTH_URL'], nova = novaclient.client.Client("1.1", auth_url=env['OS_AUTH_URL'],
username=env['OS_USERNAME'], username=env['OS_USERNAME'],
api_key=env['OS_PASSWORD'], api_key=env['OS_PASSWORD'],