File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ redirectmatch 301 ^/python-openstackclient/([^/]+)/specs/([^/.]+).html$ /python-
99
1010redirectmatch 301 ^/python-openstackclient/([^/]+)/(command-(beta|errors|logs|options|wrappers)|developing|humaninterfaceguide|plugins).html$ /python-openstackclient/$1 /contributor/$2 .html
1111redirectmatch 301 ^/python-openstackclient/([^/]+)/cli/plugin-commands.html$ /python-openstackclient/$1 /cli/plugin-commands/index.html
12- # Identity pages were split into -v2 and -v3 for common subcommand names.
12+ # For common subcommand names:
13+ # - identity pages were split into -v2 and -v3
14+ # - image pages were split into -v1 and -v2
1315# The unversioned page is hidden but contains links to the versioned pages so links in the wild redirect somewhere sane.
14- redirectmatch 301 ^/python-openstackclient/([^/]+)/cli/command-objects/(ec2-credentials|endpoint|project|role|service|token|user).html$ /python-openstackclient/$1 /cli/_hidden/$2 .html
16+ redirectmatch 301 ^/python-openstackclient/([^/]+)/cli/command-objects/(ec2-credentials|endpoint|image| project|role|service|token|user).html$ /python-openstackclient/$1 /cli/_hidden/$2 .html
Original file line number Diff line number Diff line change 1+ =====
2+ image
3+ =====
4+
5+ .. NOTE(efried): This page is hidden from the main TOC; it's here so links in
6+ the wild redirect somewhere sane, because previously identity v2 and v3 were
7+ combined in a single page.
8+
9+ .. toctree ::
10+ :maxdepth: 2
11+
12+ ../command-objects/image-v1
13+ ../command-objects/image-v2
Original file line number Diff line number Diff line change 1+ ========
2+ image v1
3+ ========
4+
5+ .. autoprogram-cliff :: openstack.image.v1
6+ :command: image *
Original file line number Diff line number Diff line change 1+ ========
2+ image v2
3+ ========
4+
5+ .. autoprogram-cliff :: openstack.image.v2
6+ :command: image *
You can’t perform that action at this time.
0 commit comments