stable/xena
stable/yoga
stable/zed
master
stable/wallaby
stable/victoria
stable/ussuri
stable/train
18.2.0
stein-eol
rocky-eol
queens-eol
wallaby-em
17.4.1
18.1.0
pike-eol
18.0.0
victoria-em
17.7.0
ussuri-em
17.0.1
17.6.0
ocata-eol
17.5.0
train-em
17.4.0
17.3.0
stein-em
17.2.1
17.2.0
17.1.0
15.1.1
17.0.0
rocky-em
11.0.1
13.0.2
queens-em
10.1.1
16.0.0
15.1.0
15.0.0
14.2.0
13.0.1
14.1.0
14.0.0
pike-em
9.1.3
ocata-em
13.0.0
12.0.0
11.1.0
11.0.0
10.3.0
9.1.2
10.2.0
10.1.0
10.0.0
newton-eol
6.0.2
9.1.1
9.1.0
mitaka-eol
9.0.1
9.0.0
7.1.2
3.3.3
6.0.1
7.1.1
8.0.0
7.1.0
7.0.0
liberty-eol
2.30.3
3.3.2
6.0.0
5.1.0
5.0.0
kilo-eol
4.1.0
4.0.0
3.4.0
3.3.1
3.3.0
3.2.0
2.23.3
3.1.0
3.0.0
2.35.0
2.30.2
2.34.0
2.33.0
2.32.0
2.31.0
2.30.1
2.30.0
2.29.0
2.28.1
2.28.0
2.27.0
2.23.2
2.23.1
2.26.0
2.25.0
2.24.1
2.24.0
2.23.0
2.22.0
2.21.0
2.20.0
2.19.0
2.18.1
2.18.0
2.17.0
2.16.0
2.15.0
2.14.1
2.14.0
2.13.0
2.12.0
2.11.1
2.11.0
2.6.10
2.6.1
folsom-1
2.6.0.1
2.6.0
2012.1
essex-rc4
essex-rc3
essex-rc2
essex-rc1
2.10.0
2.7.0
2.8.0
2.9.0
essex-2
essex-3
essex-4
${ noResults }
1 Commits (61ef35fe79e2a3a76987a92f9ee2db0bf1f6e651)
Author | SHA1 | Message | Date |
---|---|---|---|
![]() |
e0f5072907 |
Ensure the use of volume endpoint in volumes apis
Currently, several of the volumes apis depend on callers to pass service_type='volume' as a parameter when creating a client object, to route correctly. The problem is, it makes it impossible for callers to work with both the compute and volume endpoints at the same time. They can either work with compute and have volumes.* calls return 404, or they can work with volume and have servers.* images.* flavors.* calls return 404. The CLI sets service_type='volume' for client objects for the following commands via a decorator: volume-list volume-show volume-create volume-delete volume-snapshot-list volume-snapshot-show volume-snapshot-create volume-snapshot-delete volume-type-list volume-type-create volume-type-delete With this change, the service_type 'volume' is set in the api, so the decorators on the shell commands are no longer needed. Closes-Bug: #1431154 Change-Id: I11b48ac14fa4c64d8aae528552ec5b363be384c5 |
8 years ago |