Upgraded to novaclient.v2
This commit is contained in:
parent
8fd1b1e684
commit
cb60d4b797
@ -74,7 +74,7 @@ from neat.contracts_extra import *
|
|||||||
import bottle
|
import bottle
|
||||||
from hashlib import sha1
|
from hashlib import sha1
|
||||||
import novaclient
|
import novaclient
|
||||||
from novaclient.v1_1 import client
|
from novaclient.v2 import client
|
||||||
import time
|
import time
|
||||||
import subprocess
|
import subprocess
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@ from pyqcy import *
|
|||||||
|
|
||||||
import bottle
|
import bottle
|
||||||
from hashlib import sha1
|
from hashlib import sha1
|
||||||
from novaclient.v1_1 import client
|
from novaclient.v2 import client
|
||||||
import time
|
import time
|
||||||
import subprocess
|
import subprocess
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
from novaclient.v1_1 import client
|
from novaclient.v2 import client
|
||||||
import neat.common as common
|
import neat.common as common
|
||||||
import neat.globals.manager as manager
|
import neat.globals.manager as manager
|
||||||
from neat.config import *
|
from neat.config import *
|
||||||
|
Loading…
x
Reference in New Issue
Block a user