Skip to content

Commit

Permalink
Closes-Bug: #1468434
Browse files Browse the repository at this point in the history
Remove sequence object from attr field from vdns_refs in ipam object.

Change-Id: Ia51dd08fac3ffda18d9f8a9f8d408f143a279b50
  • Loading branch information
biswajit-mandal committed Jun 24, 2015
1 parent c069418 commit 296c7c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webroot/config/dns/api/virtualdnsconfig.api.js
Expand Up @@ -875,7 +875,7 @@ function updateVirtualDnsUpdateIpams(error, results, vdnsConfig,
vdnsIpamRefObj =
{
to:vdnsConfig['virtual-DNS']['fq_name'],
attr:{'sequence': { 'major': 0, 'minor': 0}},
attr:null,
uuid:vdnsConfig['virtual-DNS']['uuid']
};
ipamVdnsRef.push(vdnsIpamRefObj);
Expand Down

0 comments on commit 296c7c6

Please sign in to comment.