Skip to content

Commit

Permalink
Do not create default objects
Browse files Browse the repository at this point in the history
Do not create default objects for routing-policy and route-aggregate
Closes-Bug: 1547167

Change-Id: I6ea706a3a30e4d72988fdaf51c0b7040cb76f1c4
  • Loading branch information
Sachin Bansal committed Feb 18, 2016
1 parent 64b3401 commit a44bb5e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/config/api-server/vnc_cfg_api_server.py
Expand Up @@ -1269,6 +1269,8 @@ def __init__(self, args_str=None):
self.get_resource_class('api-access-list').generate_default_instance = False
self.get_resource_class('dsa-rule').generate_default_instance = False
self.get_resource_class('bgp-as-a-service').generate_default_instance = False
self.get_resource_class('routing-policy').generate_default_instance = False
self.get_resource_class('route-aggregate').generate_default_instance = False

for act_res in _ACTION_RESOURCES:
link = LinkObject('action', self._base_url, act_res['uri'],
Expand Down

0 comments on commit a44bb5e

Please sign in to comment.