Skip to content

Commit

Permalink
doc: Remove Image Services Gen2 LA notice (linode#626)
Browse files Browse the repository at this point in the history
* rm la

* gendocs

* docs
  • Loading branch information
yec-akamai authored Dec 6, 2024
1 parent 101c394 commit 4fca8a6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
16 changes: 8 additions & 8 deletions docs/inventory/instance.rst
Original file line number Diff line number Diff line change
Expand Up @@ -76,19 +76,19 @@ Parameters


**parent_group (type=str):**
\• parent group for keyed group
\• parent group for keyed group.


**prefix (type=str):**
\• A keyed group name will start with this prefix
\• A keyed group name will start with this prefix.


**separator (type=str, default=_):**
\• separator used to build the keyed group name
\• separator used to build the keyed group name.


**key (type=str):**
\• The key from input dictionary used to generate groups
\• The key from input dictionary used to generate groups.


**default_value (type=str):**
Expand All @@ -98,7 +98,7 @@ Parameters


**trailing_separator (type=bool, default=True):**
\• Set this option to :literal:`False` to omit the :literal:`keyed\_groups[].separator` after the host variable when the value is an empty string.
\• Set this option to :literal:`false` to omit the :literal:`keyed\_groups[].separator` after the host variable when the value is an empty string.

\• This option is mutually exclusive with :literal:`keyed\_groups[].default\_value`.

Expand All @@ -109,13 +109,13 @@ Parameters


**leading_separator (type=boolean, default=True):**
\• Use in conjunction with keyed\_groups.
\• Use in conjunction with :literal:`keyed\_groups`.

\• By default, a keyed group that does not have a prefix or a separator provided will have a name that starts with an underscore.

\• This is because the default prefix is "" and the default separator is "\_".
\• This is because the default prefix is :literal:`""` and the default separator is :literal:`"\_"`.

\• Set this option to False to omit the leading underscore (or other separator) if no prefix is given.
\• Set this option to :literal:`false` to omit the leading underscore (or other separator) if no prefix is given.

\• If the group name is derived from a mapping the separator is still used to concatenate the items.

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/image.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Manage a Linode Image.
| `wait` | <center>`bool`</center> | <center>Optional</center> | Wait for the image to have status `available` before returning. **(Default: `True`)** |
| `wait_timeout` | <center>`int`</center> | <center>Optional</center> | The amount of time, in seconds, to wait for an image to have status `available`. **(Default: `600`)** |
| `tags` | <center>`list`</center> | <center>Optional</center> | A list of customized tags of this new Image. **(Updatable)** |
| `replica_regions` | <center>`list`</center> | <center>Optional</center> | A list of regions that customer wants to replicate this image in. At least one available region must be provided and only core regions allowed. Existing images in the regions not passed will be removed. NOTE: Image replication may not currently be available to all users. **(Updatable)** |
| `replica_regions` | <center>`list`</center> | <center>Optional</center> | A list of regions that customer wants to replicate this image in. At least one available region must be provided and only core regions allowed. Existing images in the regions not passed will be removed. **(Updatable)** |
| `wait_for_replications` | <center>`bool`</center> | <center>Optional</center> | Wait for the all the replications `available` before returning. **(Default: `False`)** |

## Return Values
Expand Down
3 changes: 1 addition & 2 deletions plugins/modules/image.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,7 @@
description=[
"A list of regions that customer wants to replicate this image in. "
"At least one available region must be provided and only core regions allowed. "
"Existing images in the regions not passed will be removed. "
"NOTE: Image replication may not currently be available to all users.",
"Existing images in the regions not passed will be removed. ",
],
),
"wait_for_replications": SpecField(
Expand Down

0 comments on commit 4fca8a6

Please sign in to comment.