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

This commit is contained in:
Kyle Rames 2013-01-30 13:12:58 -06:00
parent f006abe6f1
commit f0ca3fcb71

View file

@ -447,7 +447,7 @@ Fog can wait for the server to become ready as follows:
server.wait_for { ready? } server.wait_for { ready? }
**Note**: *The `Fog::Compute::RackspaceV2::Server` instance returned from the create method contains a `password` attribute. The **`password` attribute will NOT be present in subsequent retrievals** either through `service.servers` or `server.servers.get my_server_id`*. **Note**: *The `Fog::Compute::RackspaceV2::Server` instance returned from the create method contains a `password` attribute. The `password` attribute will NOT be present in subsequent retrievals either through `service.servers` or `server.servers.get my_server_id`*.
### Additional Parameters ### Additional Parameters
The `create` method also supports the following key values: The `create` method also supports the following key values:
@ -494,7 +494,7 @@ To delete a server:
**Note**: *The server is not immediately destroyed, but it does occur shortly there after.* **Note**: *The server is not immediately destroyed, but it does occur shortly there after.*
## Metadata ## 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](#create_server) or [Create Image](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][] or [Create Image][] sections for more information.
This example demonstrates how to iterate through a server's metadata: This example demonstrates how to iterate through a server's metadata: