Skip to content

Commit

Permalink
Updated Pycentral workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Karthik Satheesh Kumar committed Aug 8, 2023
1 parent f8894b9 commit d7a3db8
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions sample_scripts/pycentral_workflow_sample.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,4 @@

# Get instance of ArubaCentralBase from the central_filename
from pycentral.workflows.workflows_utils import get_conn_from_file
central = get_conn_from_file(filename=central_filename)

# Rename AP using the workflow `workflows.config_apsettings_from_csv.py`
from pycentral.workflows.config_apsettings_from_csv import ApSettingsCsv
ap_workflow = ApSettingsCsv(is_dhcp_ip=True)
ap_workflow.ap_settings_csv(conn=central, csv_filename=csv_filename)
central = get_conn_from_file(filename=central_filename)

0 comments on commit d7a3db8

Please sign in to comment.