1
0
Fork 0
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:
Kyle Rames 2013-01-30 13:17:32 -06:00
parent f0ca3fcb71
commit dd449126bb

View file

@ -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: