sync callbacks: Eliminate SUBNET_GATEWAY resource

Commit 7b239a928f7834ff98e0fff82491bfbb2a10eece removed subnet gateway
from the callback resources in neutron. This follows suit in lib in
order to sync up.

Change-Id: I7b2f2f018723fed6c30480a92dc89654c352e6ae
This commit is contained in:
Boden R
2017-05-22 14:01:56 -06:00
parent 67b1ea3a4a
commit f7f6910195

View File

@@ -28,5 +28,4 @@ SEGMENT = 'segment'
SEGMENT_HOST_MAPPING = 'segment_host_mapping'
SUBNET = 'subnet'
SUBNETS = 'subnets'
SUBNET_GATEWAY = 'subnet_gateway'
SUBNETPOOL_ADDRESS_SCOPE = 'subnetpool_address_scope'