~gandelman-a/charms/precise/nova-cloud-controller/avoid_restarts

« back to all changes in this revision

Viewing changes to tests/nova_manage.sh

  • Committer: Adam Gandelman
  • Date: 2011-07-26 06:04:33 UTC
  • Revision ID: adamg@canonical.com-20110726060433-x0g8o7iv06g6h3dq
Modify amqp relations for new rabbitmq interface

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/bash
 
2
apt-get -y install unzip
 
3
 
 
4
nova-manage user admin admin
 
5
echo "User creation: $?"
 
6
nova-manage project create novaproject admin
 
7
echo "Project creation: $?"
 
8
nova-manage network create 11.0.0.0/24 1 255
 
9
echo "Network creation: $?"
 
10
nova-manage project zipfile novaproject admin
 
11
echo "Zipfile creation: $?"
 
12
unzip nova.zip