~cisco-openstack/neutron/l2network-plugin-multiblade

« back to all changes in this revision

Viewing changes to quantum/plugins/cisco/nexus/cisco_nexus_configuration.py

Merging from Sumit's branch pylint fixes and incorporating review comments.

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
 
39
39
SECTION = CP['DRIVER']
40
40
NEXUS_DRIVER = SECTION['name']
41
 
 
42
 
 
43
 
def main():
44
 
    """
45
 
    Indicates the value of the Nexus Port
46
 
    """
47
 
    print NEXUS_PORT
48
 
 
49
 
if __name__ == '__main__':
50
 
    main()