Skip to content

Commit

Permalink
Revert "Adds an example on how to use cloud-init with Nova and racksp…
Browse files Browse the repository at this point in the history
…ace"

This reverts commit 6f75d52.
  • Loading branch information
zack-shoylev committed Mar 4, 2014
1 parent 6f75d52 commit 87107da
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 175 deletions.
5 changes: 0 additions & 5 deletions rackspace/pom.xml
Expand Up @@ -125,10 +125,5 @@
<artifactId>mysql-connector-java</artifactId>
<version>5.1.25</version>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.9</version>
</dependency>
</dependencies>
</project>
Expand Up @@ -57,7 +57,6 @@ private void smokeTest(String[] args) throws IOException {
CloudServersPublish.main(args);
CreateServer.main(args);
CreateServerWithKeyPair.main(args);
CreateServerWithUserData.main(args);
ListServersWithFiltering.main(args);
ServerMetadata.main(args);
DeleteServer.main(args);
Expand Down

This file was deleted.

0 comments on commit 87107da

Please sign in to comment.