Skip to content

Commit 35b40e6

Browse files
authored
machine: update default image for Rackspace driver
Updated the documented default image for the Rackspace driver because the prior image is deprecated and can no longer be used. This goes hand in hand with the change in docker-archive-public/docker.machine#4786
1 parent 7b7af31 commit 35b40e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

machine/drivers/rackspace.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Create machines on [Rackspace cloud](http://www.rackspace.com/cloud)
2424
- `--rackspace-ssh-user`: SSH user for the newly booted machine.
2525
- `--rackspace-username`: **required** Rackspace account username.
2626

27-
The Rackspace driver uses `821ba5f4-712d-4ec8-9c65-a3fa4bc500f9` (Ubuntu 16.04 LTS) by default.
27+
The Rackspace driver uses `498bfa38-d288-4e37-b975-a4acb77f8557` (Ubuntu 18.04 LTS) by default.
2828

2929
#### Environment variables and default values
3030

@@ -35,7 +35,7 @@ The Rackspace driver uses `821ba5f4-712d-4ec8-9c65-a3fa4bc500f9` (Ubuntu 16.04 L
3535
| `--rackspace-docker-install` | - | `true` |
3636
| `--rackspace-endpoint-type` | `OS_ENDPOINT_TYPE` | `publicURL` |
3737
| `--rackspace-flavor-id` | `OS_FLAVOR_ID` | `general1-1` |
38-
| `--rackspace-image-id` | `OS_IMAGE_ID` | `821ba5f4-712d-4ec8-9c65-a3fa4bc500f9` |
38+
| `--rackspace-image-id` | `OS_IMAGE_ID` | `498bfa38-d288-4e37-b975-a4acb77f8557` |
3939
| **`--rackspace-region`** | `OS_REGION_NAME` | `IAD` (Northern Virginia) |
4040
| `--rackspace-ssh-port` | `OS_SSH_PORT` | `22` |
4141
| `--rackspace-ssh-user` | `OS_SSH_USER` | `root` |

0 commit comments

Comments
 (0)