diff options
author | Todd Willey <todd@ansolabs.com> | 2011-01-12 14:37:29 -0500 |
---|---|---|
committer | Todd Willey <todd@ansolabs.com> | 2011-01-12 14:37:29 -0500 |
commit | 773b7f8477d2258d2640682fd3fee24c4f6b5cdd (patch) | |
tree | ecf31cf483fce77d9920100dcb6ec511a359ae20 | |
parent | 2c7dfbfd5307a122317cdab4c477b0852115e240 (diff) | |
parent | 6ebf9bb2db0aaad607e35e516bb6d7ffc971c5de (diff) | |
download | nova-773b7f8477d2258d2640682fd3fee24c4f6b5cdd.tar.gz nova-773b7f8477d2258d2640682fd3fee24c4f6b5cdd.tar.xz nova-773b7f8477d2258d2640682fd3fee24c4f6b5cdd.zip |
Merge version matching url change from wsgirouter branch.
-rw-r--r-- | etc/nova-api.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/nova-api.conf b/etc/nova-api.conf index 7469622d8..f4ae7bcce 100644 --- a/etc/nova-api.conf +++ b/etc/nova-api.conf @@ -15,7 +15,7 @@ use = egg:Paste#urlmap /services/Cloud: ec2cloud /services/Admin: ec2admin /latest: ec2metadata -/200: ec2metadata +/20: ec2metadata /1.0: ec2metadata [pipeline:ec2cloud] |