Upgraded to novaclient.v2

This commit is contained in:
Anton Beloglazov 2015-03-31 15:44:48 +11:00
parent 8fd1b1e684
commit cb60d4b797
3 changed files with 7 additions and 7 deletions

View File

@ -74,7 +74,7 @@ from neat.contracts_extra import *
import bottle
from hashlib import sha1
import novaclient
from novaclient.v1_1 import client
from novaclient.v2 import client
import time
import subprocess

View File

@ -17,7 +17,7 @@ from pyqcy import *
import bottle
from hashlib import sha1
from novaclient.v1_1 import client
from novaclient.v2 import client
import time
import subprocess

View File

@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
from novaclient.v1_1 import client
from novaclient.v2 import client
import neat.common as common
import neat.globals.manager as manager
from neat.config import *