← Back to team overview

cloud-init-dev team mailing list archive

Re: [Merge] ~smoser/cloud-init:feature/feature-flag-v2 into cloud-init:master

 


Diff comments:

> diff --git a/cloudinit/version.py b/cloudinit/version.py
> index e61597d..3a28843 100644
> --- a/cloudinit/version.py
> +++ b/cloudinit/version.py
> @@ -9,6 +9,7 @@ __VERSION__ = "0.7.9"
>  FEATURES = [
>      # supports network config version 1
>      'NETWORK_CONFIG_V1',

Either add a comment for version 2, or rectify the first comment to apply to both flags.

> +    'NETWORK_CONFIG_V2',
>  ]
>  
>  


-- 
https://code.launchpad.net/~smoser/cloud-init/+git/cloud-init/+merge/320555
Your team cloud init development team is requested to review the proposed merge of ~smoser/cloud-init:feature/feature-flag-v2 into cloud-init:master.


References