Skip to content
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

vmware_guest_network: Remove deprecated parameter networks #1195

Closed
mariolenz opened this issue Jan 18, 2022 · 0 comments · Fixed by #1459
Closed

vmware_guest_network: Remove deprecated parameter networks #1195

mariolenz opened this issue Jan 18, 2022 · 0 comments · Fixed by #1459
Milestone

Comments

@mariolenz
Copy link
Collaborator

mariolenz commented Jan 18, 2022

SUMMARY

The networks parameter is deprecated and should be removed.

ISSUE TYPE
  • Feature Idea
COMPONENT NAME

vmware_guest_network

ADDITIONAL INFORMATION

if module.params['networks']:
network_data = {}
module.deprecate(
msg='The old way of configuring interfaces by supplying an arbitrary list will be removed, loops should be used to handle multiple interfaces',
version='3.0.0',
collection_name='community.vmware'
)

@mariolenz mariolenz added this to the 3.0.0 milestone Jan 18, 2022
softwarefactory-project-zuul bot pushed a commit that referenced this issue Sep 18, 2022
vmware_guest_network: Remove deprecated parameter networks

SUMMARY
Fixes #1195
The networks parameter is deprecated and should be removed.
ISSUE TYPE

Feature Pull Request

COMPONENT NAME
vmware_guest_network
ADDITIONAL INFORMATION

  
    
      community.vmware/plugins/modules/vmware_guest_network.py
    
    
        Lines 865 to 871
      in
      67b9506
    
  
  
    

        
          
           if module.params['networks']: 
        

        
          
               network_data = {} 
        

        
          
               module.deprecate( 
        

        
          
                   msg='The old way of configuring interfaces by supplying an arbitrary list will be removed, loops should be used to handle multiple interfaces', 
        

        
          
                   version='3.0.0', 
        

        
          
                   collection_name='community.vmware' 
        

        
          
               )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant