-
Notifications
You must be signed in to change notification settings - Fork 1
Feature/gabhijit izel 72 74 remove hardcoded #81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/gabhijit izel 72 74 remove hardcoded #81
Conversation
Added new attributes to data model updated the code to fix hard coded values for provider network type and provider network physical interface
Tested Auto VLAN - connect/disconnect Basic connectivity testing done.
Reviewed 7 of 16 files at r1. drivers/openstack_shellPackage/Configuration/shellconfig.xml, line 20 at r1 (raw file):
The name of the attribute should be "Vlan Type" according to QualiSystems/Azure-Shell#218 drivers/openstack_shellPackage/Configuration/shellconfig.xml, line 21 at r1 (raw file):
What is the purpose of this attribute? Comments from Reviewable |
drivers/openstack_shellPackage/Configuration/shellconfig.xml, line 21 at r1 (raw file): Previously, alexazarh wrote…
This attribute is required during creating network . When we create a network there's a required attribute 'provider:physical_interface' that specifies which physical interface is to be used for this network on a given node. Comments from Reviewable |
drivers/openstack_shellPackage/Configuration/shellconfig.xml, line 20 at r1 (raw file): Previously, alexazarh wrote…
Ok. Will take care of this and update the review request. Comments from Reviewable |
drivers/openstack_shellPackage/Configuration/shellconfig.xml, line 20 at r1 (raw file): Previously, gabhijit-izel wrote…
Done. Comments from Reviewable |
Reviewed 4 of 16 files at r1, 6 of 6 files at r2. Comments from Reviewable |
Description
Removed following hard coded descriptions -
1 and 2 now come as Cloud Provider attributes
Related Stories
#15
Breaking
YES
Breaking changes
This change is