diff options
author | Prema Bhatt <pb6115@us.att.com> | 2018-08-10 15:54:13 -0700 |
---|---|---|
committer | Rob Daugherty <rd472p@att.com> | 2018-08-23 20:13:03 +0000 |
commit | 474b1758321deae0e9730de6d2b7d10434c46d69 (patch) | |
tree | 718cdf6a8df18c6ad149fa3f7784805bf742dafe /adapters/mso-openstack-adapters | |
parent | 2fd0666635757ee894a785a0070b6f94a548c00e (diff) |
Created Ref Data tbl for controllerSelection
RD: I rebased this and fixed the unit tests.
Issue-ID: SO-763
Change-Id: Ie5f6a708cffbc70a9481afd35db3047fe44cb088
Signed-off-by: Prema Bhatt <pb6115@att.com>
Signed-off-by: Rob Daugherty <rd472p@att.com>
Diffstat (limited to 'adapters/mso-openstack-adapters')
-rw-r--r-- | adapters/mso-openstack-adapters/.gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/adapters/mso-openstack-adapters/.gitignore b/adapters/mso-openstack-adapters/.gitignore index 2af7cefb0a..3467f05c98 100644 --- a/adapters/mso-openstack-adapters/.gitignore +++ b/adapters/mso-openstack-adapters/.gitignore @@ -21,4 +21,5 @@ build/ nbbuild/ dist/ nbdist/ -.nb-gradle/
\ No newline at end of file +.nb-gradle/ +/bin/ |