Skip to content

Conversation

jamiehannaford
Copy link
Contributor

Partially addresses #422

@ycombinator
Copy link
Contributor

In the same folder as these samples scripts, there already exists a sample script for listing load balancers. It uses slightly different environment variables than the ones used by the sample scripts in this PR. Would you mind making these consistent?

@jamiehannaford
Copy link
Contributor Author

@ycombinator I've shifted the auth environment vars to placeholders, so I think this is ready for another review

$client = new Rackspace(getenv('RS_AUTH_URL'), array(
'username' => getenv('RS_USERNAME'),
'apiKey' => getenv('RS_API_KEY'),
));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should these be placeholders too?

@ycombinator
Copy link
Contributor

LGTM. Merging.

ycombinator added a commit that referenced this pull request Nov 19, 2014
@ycombinator ycombinator merged commit 054f9b2 into rackspace:working Nov 19, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants