Upgraded to novaclient.v2
This commit is contained in:
parent
8fd1b1e684
commit
cb60d4b797
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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 *
|
||||
|
Loading…
x
Reference in New Issue
Block a user