*** jamielennox is now known as jamielennox|away | 02:04 | |
*** jamielennox|away is now known as jamielennox | 02:15 | |
*** slaweq has quit IRC | 02:53 | |
*** gkadam has joined #openstack-shade | 03:42 | |
*** slaweq has joined #openstack-shade | 04:25 | |
*** slaweq has quit IRC | 04:38 | |
*** jamielennox is now known as jamielennox|away | 05:12 | |
*** jamielennox|away is now known as jamielennox | 05:19 | |
*** jamielennox is now known as jamielennox|away | 05:56 | |
*** yfried has joined #openstack-shade | 05:57 | |
*** jamielennox|away is now known as jamielennox | 06:03 | |
*** ioggstream has joined #openstack-shade | 06:10 | |
*** gkadam is now known as gkadam-afk | 07:30 | |
*** GheRivero has joined #openstack-shade | 08:09 | |
*** GheRivero has left #openstack-shade | 08:15 | |
*** gkadam-afk is now known as gkadam | 08:16 | |
*** frickler_ is now known as frickler | 08:36 | |
*** ioggstream has quit IRC | 09:02 | |
*** ioggstream has joined #openstack-shade | 09:03 | |
*** cdent has joined #openstack-shade | 09:54 | |
noshankus | @mordred - thanks - first thing it does it call ProjectList, which returns valid projects as expected, then runs task "running task NovaLimitsGet" and completes "ran task NovaLimitsGet" - there's no other significant output, bar "GET call to identity for http://XXX.XXX.XXX.XXX:5000/v2.0/tenants used request id..." The NovaLimitsGet doesn't seem to use http, as there is no REQ, RESP or RESP BODY for the call... just a Munch object as | 11:42 |
---|---|---|
noshankus | expected. | 11:42 |
noshankus | The ProjectList does use curl http request to get the list of projects however... | 11:43 |
mordred | noshankus: oh, piddle. I've got a fix in master for getting the http calls for novaclient things - I should cut a release with that | 11:49 |
noshankus | @mordred Haha! You're going to start dreading my messages :) No worries, I'll keep an eye out for the release... | 11:50 |
noshankus | It looks like nova has deprecated the proxy API calls and you'll have to get those values from netowrk API instead: https://developer.openstack.org/api-ref/compute/?expanded=show-the-detail-of-quota-detail | 11:54 |
noshankus | @mordred Ooops! Looks like get_network_quotas() is the new way to access those! | 11:55 |
mordred | oh yay! | 11:57 |
noshankus | While floating ip does return in get_compute_quotas() and get_compute_limits(), they are only populated in get_network_quotas().... | 11:57 |
mordred | noshankus: at some point we talked about adding a get_quotas() call that would just get all of them | 11:57 |
noshankus | @mordred that would be amazing. One stop shop for get_quotas(). I like it... | 11:58 |
mordred | I'll put it on the list for sure | 11:59 |
noshankus | Deadly, thanks mordred. Now I just have to find out where to find the number of _used_ floating ips :D | 11:59 |
*** ioggstream has quit IRC | 12:37 | |
*** iogg has joined #openstack-shade | 12:37 | |
*** jroll has left #openstack-shade | 12:49 | |
*** gkadam has quit IRC | 12:50 | |
*** iogg has quit IRC | 12:57 | |
*** iogg has joined #openstack-shade | 12:57 | |
openstackgerrit | Rosario Di Somma proposed openstack-infra/shade master: Don't remove top-container element for volume REST API calls https://review.openstack.org/472268 | 13:47 |
rods | mordred ^^ the patch was getting to big for just one commit, I'm splitting it to make it easier to review and manage | 13:53 |
rods | *too | 13:53 |
*** yolanda has joined #openstack-shade | 14:28 | |
mordred | rods: ++ | 14:33 |
*** GheRivero has joined #openstack-shade | 14:36 | |
*** slaweq has joined #openstack-shade | 15:11 | |
rods | mordred is this patch https://review.openstack.org/#/c/467784/10 that is waiting for the work on the Adapter to be unblocked? | 15:25 |
rods | since I'm splitting the work in several commits, I'll do my best to unblock it as soon as I can | 15:27 |
mordred | rods: oh - no - actually, I can land that already and you can work on top of it - lemme go do that | 15:30 |
*** yfried has quit IRC | 15:37 | |
mordred | rods: your patch looks great - thanks! | 15:40 |
*** slaweq has quit IRC | 15:43 | |
rods | mordred ty | 15:53 |
*** noshankus has quit IRC | 15:54 | |
openstackgerrit | Merged openstack-infra/shade master: Add links to user list dict https://review.openstack.org/471474 | 16:07 |
*** gkadam has joined #openstack-shade | 16:12 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack-infra/shade master: Updated from global requirements https://review.openstack.org/472310 | 16:15 |
openstackgerrit | Merged openstack-infra/shade master: Use get_discovery from keystoneauth https://review.openstack.org/471501 | 16:16 |
*** slaweq has joined #openstack-shade | 16:27 | |
openstackgerrit | Merged openstack-infra/shade master: Don't remove top-container element for volume REST API calls https://review.openstack.org/472268 | 16:28 |
*** yfried has joined #openstack-shade | 16:51 | |
*** cdent has quit IRC | 17:00 | |
*** gkadam has quit IRC | 17:05 | |
openstackgerrit | Merged openstack-infra/shade master: De-client-ify User Ops https://review.openstack.org/467784 | 17:12 |
*** yfried has quit IRC | 17:31 | |
*** cdent has joined #openstack-shade | 17:33 | |
*** iogg has quit IRC | 17:39 | |
*** cdent has quit IRC | 17:39 | |
openstackgerrit | Rosario Di Somma proposed openstack-infra/shade master: Remove unneeded calls to shade_exceptions https://review.openstack.org/472363 | 17:57 |
*** cdent has joined #openstack-shade | 18:53 | |
*** cdent has quit IRC | 19:04 | |
rods | mordred my understanding is that the shade.Adapter is only used by the raw client, is that correct? If so that work I'm doing can only be applied to those calls that have been already restified otherwise we won't be testing the change | 19:31 |
openstackgerrit | Merged openstack-infra/shade master: Remove unneeded calls to shade_exceptions https://review.openstack.org/472363 | 19:32 |
mordred | rods: yes, that is correct. anything still using legacy_client does not the Adapter | 19:34 |
*** purplerbot has quit IRC | 20:36 | |
*** purplerbot has joined #openstack-shade | 20:38 | |
*** cdent has joined #openstack-shade | 20:51 | |
*** slaweq has quit IRC | 20:52 | |
*** slaweq has joined #openstack-shade | 20:53 | |
*** slaweq has quit IRC | 20:58 | |
rods | mordred are these lines still needed https://github.com/openstack-infra/shade/blob/master/shade/openstackcloud.py#L4645-L4647? | 21:04 |
mordred | rods: yes - I believe so - they're sanity checking to make sure the cloud didn't do some crazy | 21:05 |
mordred | rods: (we've seen much evil in th eworld) | 21:05 |
rods | ok, thx | 21:06 |
*** rods has quit IRC | 21:11 | |
*** rods has joined #openstack-shade | 21:30 | |
*** yfried has joined #openstack-shade | 21:38 | |
*** yfried has quit IRC | 21:49 | |
*** slaweq has joined #openstack-shade | 21:54 | |
openstackgerrit | Rosario Di Somma proposed openstack-infra/shade master: Don't remove top-container element for network REST API calls https://review.openstack.org/472453 | 21:55 |
*** slaweq has quit IRC | 21:59 | |
*** cdent has quit IRC | 22:22 | |
openstackgerrit | Rosario Di Somma proposed openstack-infra/shade master: Don't remove top-container element for network REST API calls https://review.openstack.org/472453 | 22:51 |
openstackgerrit | OpenStack Proposal Bot proposed openstack-infra/shade master: Updated from global requirements https://review.openstack.org/472310 | 22:54 |
*** slaweq has joined #openstack-shade | 22:55 | |
*** slaweq has quit IRC | 23:00 | |
*** slaweq has joined #openstack-shade | 23:56 | |
*** jamielennox is now known as jamielennox|away | 23:57 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!