@@ -172,7 +172,7 @@ def get_parser(self, prog_name):
172172 default = False ,
173173 help = _ (
174174 "Enabled replication for this volume type "
175- "(this is an alias for '--property replication_enabled=<is> True') " # noqa: E501
175+ "(this is an alias for '--property replication_enabled=<is> True') "
176176 "(requires driver support)"
177177 ),
178178 )
@@ -182,7 +182,7 @@ def get_parser(self, prog_name):
182182 dest = 'availability_zones' ,
183183 help = _ (
184184 "Set an availability zone for this volume type "
185- "(this is an alias for '--property RESKEY:availability_zones:<az>') " # noqa: E501
185+ "(this is an alias for '--property RESKEY:availability_zones:<az>') "
186186 "(repeat option to set multiple availability zones)"
187187 ),
188188 )
@@ -448,7 +448,7 @@ def get_parser(self, prog_name):
448448 default = False ,
449449 help = _ (
450450 "List only volume types with replication enabled "
451- "(this is an alias for '--property replication_enabled=<is> True') " # noqa: E501
451+ "(this is an alias for '--property replication_enabled=<is> True') "
452452 "(supported by --os-volume-api-version 3.52 or above)"
453453 ),
454454 )
@@ -458,7 +458,7 @@ def get_parser(self, prog_name):
458458 dest = 'availability_zones' ,
459459 help = _ (
460460 "List only volume types with this availability configured "
461- "(this is an alias for '--property RESKEY:availability_zones:<az>') " # noqa: E501
461+ "(this is an alias for '--property RESKEY:availability_zones:<az>') "
462462 "(repeat option to filter on multiple availability zones)"
463463 ),
464464 )
@@ -617,7 +617,7 @@ def get_parser(self, prog_name):
617617 default = False ,
618618 help = _ (
619619 "Enabled replication for this volume type "
620- "(this is an alias for '--property replication_enabled=<is> True') " # noqa: E501
620+ "(this is an alias for '--property replication_enabled=<is> True') "
621621 "(requires driver support)"
622622 ),
623623 )
@@ -627,7 +627,7 @@ def get_parser(self, prog_name):
627627 dest = 'availability_zones' ,
628628 help = _ (
629629 "Set an availability zone for this volume type "
630- "(this is an alias for '--property RESKEY:availability_zones:<az>') " # noqa: E501
630+ "(this is an alias for '--property RESKEY:availability_zones:<az>') "
631631 "(repeat option to set multiple availability zones)"
632632 ),
633633 )
0 commit comments