~patrick-crews/kewpie/qp_dbaas_exp

« back to all changes in this revision

Viewing changes to lib/server_mgmt/hp_dbaas.py

  • Committer: patrick crews
  • Date: 2013-04-09 23:19:25 UTC
  • Revision ID: gleebix@gmail.com-20130409231925-g6dp5nl4cv2t9u4i
fix of typo

Show diffs side-by-side

added added

removed removed

Lines of Context:
143
143
                       }
144
144
        secgroup_add_url = "%s/security_group_rules" 
145
145
        request_result = requests.post(secgroup_add_url, headers=self.headers, verify=False)
146
 
           if self.verbose:
 
146
        if self.verbose:
147
147
            print "create_secgroup() / add secgroup..."
148
148
            print "url: %s" %secgroup_add_url
149
149
            print "status: %s" %request_result.status_code