~james-page/openstack-charm-testing/mallards

« back to all changes in this revision

Viewing changes to configure

  • Committer: Ryan Beisner
  • Date: 2014-12-17 22:28:21 UTC
  • mfrom: (54.1.10 oct-update-for-ss5)
  • Revision ID: ryan.beisner@canonical.com-20141217222821-g5fbo645fgo4l8zq
Round trip of updates and improvements from moving OSCI to ctsstack and back to the new serverstack
 * resolve ceilometer relation ambiguity in next.yaml
 * update for serverstack5
 * revert cts stack adjustments
 * add basic heat template with net id support + heat dir readme
 * add alt flavor to tempest template to address resize tests
 * update tempest template
 * update tempest template file
 * update configure script package installations
 * temporary adjustments while on cts stack

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
sudo apt-get install git testrepository subunit python-nose python-lxml python-boto \
69
69
    python-junitxml python-subunit python-testresources python-oslotest python-stevedore \
70
70
    python-cinderclient python-glanceclient python-heatclient python-keystoneclient \
71
 
    python-neutronclient python-novaclient python-swiftclient python-ceilometerclient -y
 
71
    python-neutronclient python-novaclient python-swiftclient python-ceilometerclient \
 
72
    openvswitch-test openvswitch-common -y
72
73
 
73
74
[ -d tempest ] || git clone https://github.com/openstack/tempest
74
75
cp tempest.conf tempest/etc