mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
fixing links to anchors in Rackspace Compute doc one more time
This commit is contained in:
parent
f0ca3fcb71
commit
dd449126bb
1 changed files with 1 additions and 1 deletions
|
@ -494,7 +494,7 @@ To delete a server:
|
|||
**Note**: *The server is not immediately destroyed, but it does occur shortly there after.*
|
||||
|
||||
## Metadata
|
||||
You can access metadata as an attribute on both `Fog::Compute::RackspaceV2::Server` and `Fog::Compute::RackspaceV2::Metadata::Image`. You can specify metadata during creation of a server or an image. Please refer to [Create Server][] or [Create Image][] sections for more information.
|
||||
You can access metadata as an attribute on both `Fog::Compute::RackspaceV2::Server` and `Fog::Compute::RackspaceV2::Metadata::Image`. You can specify metadata during creation of a server or an image. Please refer to [Create Server](#create_server) or [Create Image](#create_image) sections for more information.
|
||||
|
||||
This example demonstrates how to iterate through a server's metadata:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue