yaocloud / yao

Yet Another OpenStack API wrapper
MIT License
35 stars 12 forks source link

`meters_by_name': private method `select' called for #<Yao::Resources::Meter:0x00007fa76e10e358> (NoMethodError) #141

Closed takaishi closed 5 years ago

takaishi commented 5 years ago

Tenantの meters_by_name インスタンスメソッドを実行すると、以下のエラーが発生する。

 `meters_by_name': private method `select' called for #<Yao::Resources::Meter:0x00007fa76e10e358> (NoMethodError)

実行したコードは以下の通り(テナント名はサンプル):

tenant = Yao::Tenant.get("xxx")
tenant.meters_by_name("cpu")