~ubuntu-branches/ubuntu/trusty/horizon/trusty-proposed

« back to all changes in this revision

Viewing changes to openstack_dashboard/dashboards/project/networks/workflows.py

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2013-12-05 14:39:15 UTC
  • mto: This revision was merged to the branch mainline in revision 61.
  • Revision ID: package-import@ubuntu.com-20131205143915-5u8q3kdxdw8e7maz
Tags: upstream-2014.1~b1
ImportĀ upstreamĀ versionĀ 2014.1~b1

Show diffs side-by-side

added added

removed removed

Lines of Context:
368
368
            return False
369
369
 
370
370
    def _delete_network(self, request, network):
371
 
        """Delete the created network when subnet creation failed"""
 
371
        """Delete the created network when subnet creation failed."""
372
372
        try:
373
373
            api.neutron.network_delete(request, network.id)
374
374
            msg = _('Delete the created network "%s" '