Merge "Resolve description parameter in v2:set floating ip"

This commit is contained in:
Jenkins 2016-09-16 04:51:46 +00:00 committed by Gerrit Code Review
commit 2b69b54d99
1 changed files with 1 additions and 0 deletions

View File

@ -1925,6 +1925,7 @@ class Service(service.RPCService, service.Service):
fip_ptr['ttl'] = zone['ttl']
fip_ptr['ptrdname'] = record['data']
fip_ptr['description'] = record['description']
else:
LOG.debug("No record information found for %s" %
value[0]['id'])