File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1111@click .command (short_help = "Get options to use for creating Vlan servers." )
1212@environment .pass_env
1313def cli (env ):
14- """Vlan order options. """
14+ """List all the options for creating VLAN """
1515
1616 mgr = SoftLayer .NetworkManager (env .client )
1717 datacenters = mgr .get_list_datacenter ()
1818
19- table = formatting .Table (['name ' , 'Value' ], title = "Datacenters" )
20- router_table = formatting .Table (['datacenter ' , 'hostname ' ])
19+ table = formatting .Table (['Options ' , 'Value' ], title = "Datacenters" )
20+ router_table = formatting .Table (['Datacenter ' , 'Router/Pod ' ])
2121 dc_table = formatting .Table (['Datacenters' ])
2222 table .add_row (['VLAN type' , 'Private, Public' ])
2323
Original file line number Diff line number Diff line change @@ -800,6 +800,6 @@ def get_list_datacenter(self):
800800 def get_routers (self , identifier ):
801801 """Calls SoftLayer_Location::getRouters()
802802
803- returns all routers locations.
804- """
803+ returns all routers locations.
804+ """
805805 return self .client .call ('SoftLayer_Location_Datacenter' , 'getHardwareRouters' , id = identifier )
You can’t perform that action at this time.
0 commit comments