~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:33:26 UTC
  • Revision ID: gleebix@gmail.com-20130409233326-eok6oahshn8lo4gn
Fix of dumb error

Show diffs side-by-side

added added

removed removed

Lines of Context:
141
141
                                                 "cidr": "0.0.0.0/0"
142
142
                                               }
143
143
                       }
144
 
        secgroup_add_url = "%s/security_group_rules" 
 
144
        secgroup_add_url = "%s/security_group_rules" %(self.dbaas_endpoint)
145
145
        request_result = requests.post(secgroup_add_url, headers=self.headers, verify=False)
146
146
        if self.verbose:
147
147
            print "create_secgroup() / add secgroup..."