Update git submodules

* Update cloudkitty from branch 'master'
  to 0014fc507b8d4c982995984b3527a484ffa31745
  - Merge "Fix quote API"
  - Fix quote API
    
    The quote API method has been broken for a while now. This patch fixes
    the API and makes it work again. To use it, one can issue the following
    command.
    
        curl -s -X POST "http://cloudkitty_server_and_port/v1/rating/quote" -H "Accept: application/json" -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "X-Auth-Token: ${ACCESS_TOKEN_KEYSTONE}" -d '{"resources": [{"service": "<cloudkitty_service_name>", "volume": "<quantity_to_quote>", "desc": {"metadata": {"<field_name_used_to_define_price>": "<value_to_activate_a_price>"}}}]}'
    
    Change-Id: Ia6ef6543a5100445b203196d39b404bc74b75ba0
    Story: 2009022
    Task: 42744
This commit is contained in:
Zuul 2021-12-13 15:42:57 +00:00 committed by Gerrit Code Review
parent a39ff731c1
commit 44a42dd105
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 76fcadcb32fdcfdddef3d0811f5460cee52401c1
Subproject commit 0014fc507b8d4c982995984b3527a484ffa31745