diff --git a/tripleoclient/v1/container_image.py b/tripleoclient/v1/container_image.py index 8aa710582..7cafe6817 100644 --- a/tripleoclient/v1/container_image.py +++ b/tripleoclient/v1/container_image.py @@ -342,14 +342,6 @@ class PrepareImageFiles(command.Command): "times, entries not matching any --include will be " "excluded. --exclude is ignored if --include is used."), ) - parser.add_argument( - "--images-file", - dest="output_images_file", - metavar='', - help=_("File to write resulting image entries to, as well as " - "stdout. Any existing file will be overwritten." - "(DEPRECATED. Use --output-images-file instead)"), - ) parser.add_argument( "--output-images-file", dest="output_images_file", @@ -357,15 +349,6 @@ class PrepareImageFiles(command.Command): help=_("File to write resulting image entries to, as well as " "stdout. Any existing file will be overwritten."), ) - parser.add_argument( - '--service-environment-file', metavar='', - action='append', dest='environment_files', - help=_('Environment files specifying which services are ' - 'containerized. Entries will be filtered to only contain ' - 'images used by containerized services. (Can be specified ' - 'more than once.)' - "(DEPRECATED. Use --environment-file instead)"), - ) parser.add_argument( '--environment-file', '-e', metavar='', action='append', dest='environment_files', @@ -384,14 +367,6 @@ class PrepareImageFiles(command.Command): 'Can be specified more than once. Files in directories are ' 'loaded in ascending sort order.') ) - parser.add_argument( - "--env-file", - dest="output_env_file", - metavar='', - help=_("File to write heat environment file which specifies all " - "image parameters. Any existing file will be overwritten." - "(DEPRECATED. Use --output-env-file instead)"), - ) parser.add_argument( "--output-env-file", dest="output_env_file",