Commit 572eeb6
Add metadata as a filter condition when listing volumes
When listing volumes, the API provides metadata as a query parameter, but this feature is not implemented in the client code. So add parameter.
story: 2011487
task: 52446
Change-Id: I4bf66d4e073c86296fa96ee29c2b33d771e18293
Signed-off-by: ohjiwoo <jiwooo.oh@samsung.com>1 parent 88b59d8 commit 572eeb6
3 files changed
Lines changed: 25 additions & 0 deletions
File tree
- openstackclient
- tests/unit/volume/v3
- volume/v3
- releasenotes/notes
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1239 | 1239 | | |
1240 | 1240 | | |
1241 | 1241 | | |
| 1242 | + | |
1242 | 1243 | | |
1243 | 1244 | | |
1244 | 1245 | | |
| |||
1282 | 1283 | | |
1283 | 1284 | | |
1284 | 1285 | | |
| 1286 | + | |
1285 | 1287 | | |
1286 | 1288 | | |
1287 | 1289 | | |
| |||
1328 | 1330 | | |
1329 | 1331 | | |
1330 | 1332 | | |
| 1333 | + | |
1331 | 1334 | | |
1332 | 1335 | | |
1333 | 1336 | | |
| |||
1371 | 1374 | | |
1372 | 1375 | | |
1373 | 1376 | | |
| 1377 | + | |
1374 | 1378 | | |
1375 | 1379 | | |
1376 | 1380 | | |
| |||
1416 | 1420 | | |
1417 | 1421 | | |
1418 | 1422 | | |
| 1423 | + | |
1419 | 1424 | | |
1420 | 1425 | | |
1421 | 1426 | | |
| |||
1459 | 1464 | | |
1460 | 1465 | | |
1461 | 1466 | | |
| 1467 | + | |
1462 | 1468 | | |
1463 | 1469 | | |
1464 | 1470 | | |
| |||
1502 | 1508 | | |
1503 | 1509 | | |
1504 | 1510 | | |
| 1511 | + | |
1505 | 1512 | | |
1506 | 1513 | | |
1507 | 1514 | | |
| |||
1544 | 1551 | | |
1545 | 1552 | | |
1546 | 1553 | | |
| 1554 | + | |
1547 | 1555 | | |
1548 | 1556 | | |
1549 | 1557 | | |
| |||
1587 | 1595 | | |
1588 | 1596 | | |
1589 | 1597 | | |
| 1598 | + | |
1590 | 1599 | | |
1591 | 1600 | | |
1592 | 1601 | | |
| |||
1660 | 1669 | | |
1661 | 1670 | | |
1662 | 1671 | | |
| 1672 | + | |
1663 | 1673 | | |
1664 | 1674 | | |
1665 | 1675 | | |
| |||
1704 | 1714 | | |
1705 | 1715 | | |
1706 | 1716 | | |
| 1717 | + | |
1707 | 1718 | | |
1708 | 1719 | | |
1709 | 1720 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
574 | 574 | | |
575 | 575 | | |
576 | 576 | | |
| 577 | + | |
| 578 | + | |
| 579 | + | |
| 580 | + | |
| 581 | + | |
| 582 | + | |
| 583 | + | |
| 584 | + | |
| 585 | + | |
| 586 | + | |
577 | 587 | | |
578 | 588 | | |
579 | 589 | | |
| |||
642 | 652 | | |
643 | 653 | | |
644 | 654 | | |
| 655 | + | |
645 | 656 | | |
646 | 657 | | |
647 | 658 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
0 commit comments