Merge "Resolve description parameter in v2:set floating ip" into stable/mitaka

This commit is contained in:
Jenkins 2016-10-18 18:20:14 +00:00 committed by Gerrit Code Review
commit 08a6521842
1 changed files with 1 additions and 0 deletions

View File

@ -1971,6 +1971,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'])