~charmers/charms/precise/nova-compute/trunk

« back to all changes in this revision

Viewing changes to hooks/nova-compute-common

  • Committer: Adam Gandelman
  • Date: 2012-12-18 01:02:10 UTC
  • Revision ID: adamg@canonical.com-20121218010210-jhce0pue5uv7th8x
nova-compute-common: Fix switch statement issue that blocks FlatDHCPManager configuration.

Show diffs side-by-side

added added

removed removed

Lines of Context:
104
104
    "FlatManager"|"FlatDHCPManager")
105
105
      apt-get -y install nova-api nova-network
106
106
      SERVICES="$SERVICES nova-api nova-network"
107
 
      ;;
 
107
      ;;&
108
108
    "FlatManager")
109
109
      local bridge_ip=$(config-get bridge-ip)
110
110
      local bridge_netmask=$(config-get bridge-netmask)