~ubuntu-branches/ubuntu/raring/nova/raring-proposed

« back to all changes in this revision

Viewing changes to nova/virt/baremetal/virtual_power_driver_settings.py

  • Committer: Package Import Robot
  • Author(s): Chuck Short, Chuck Short, James Page
  • Date: 2013-03-20 12:59:22 UTC
  • mfrom: (1.1.69)
  • Revision ID: package-import@ubuntu.com-20130320125922-ohvfav96lemn9wlz
Tags: 1:2013.1~rc1-0ubuntu1
[ Chuck Short ]
* New upstream release.
* debian/patches/avoid_setuptools_git_dependency.patch: Refreshed.
* debian/control: Clean up dependencies:
  - Dropped python-gflags no longer needed.
  - Dropped python-daemon no longer needed.
  - Dropped python-glance no longer needed.
  - Dropped python-lockfile no longer needed.
  - Dropped python-simplejson no longer needed.
  - Dropped python-tempita no longer needed.
  - Dropped python-xattr no longer needed.
  - Add sqlite3 required for the testsuite.

[ James Page ]
* d/watch: Update uversionmangle to deal with upstream versioning
  changes, remove tarballs.openstack.org. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
        self.reboot_cmd = 'reset {_NodeName_}'
53
53
        self.list_cmd = "list --all | tail -n +2 | awk -F\" \" '{print $2}'"
54
54
        self.list_running_cmd = \
55
 
            "list --all|grep running|awk -F\" \" '{print $2}'"
 
55
            "list --all|grep running|awk -v qc='\"' -F\" \" '{print qc$2qc}'"
56
56
        self.get_node_macs = ("dumpxml {_NodeName_} | grep "
57
57
            '"mac address" | awk -F'
58
58
            '"'