opendevreview | Namrata proposed openstack/python-manilaclient master: [OSC] Implement Share Migration Start Command https://review.opendev.org/c/openstack/python-manilaclient/+/836239 | 08:43 |
---|---|---|
opendevreview | Takashi Kajinami proposed openstack/manila master: Fix wrong attribute to find remote address https://review.opendev.org/c/openstack/manila/+/836249 | 15:17 |
opendevreview | Takashi Kajinami proposed openstack/manila master: Fix wrong attribute to find remote address https://review.opendev.org/c/openstack/manila/+/836249 | 15:23 |
opendevreview | Takashi Kajinami proposed openstack/manila master: Deprecate [DEFAULT] use_forwarded_for https://review.opendev.org/c/openstack/manila/+/836251 | 15:35 |
opendevreview | Takashi Kajinami proposed openstack/manila master: Deprecate [DEFAULT] use_forwarded_for https://review.opendev.org/c/openstack/manila/+/836251 | 15:38 |
opendevreview | Takashi Kajinami proposed openstack/manila master: Deprecate [DEFAULT] use_forwarded_for https://review.opendev.org/c/openstack/manila/+/836251 | 15:49 |
opendevreview | Victoria Martinez de la Cruz proposed openstack/devstack-plugin-ceph master: Deploy with cephadm https://review.opendev.org/c/openstack/devstack-plugin-ceph/+/826484 | 16:04 |
opendevreview | Victoria Martinez de la Cruz proposed openstack/devstack-plugin-ceph master: Deploy with cephadm https://review.opendev.org/c/openstack/devstack-plugin-ceph/+/826484 | 20:10 |
opendevreview | Victoria Martinez de la Cruz proposed openstack/devstack-plugin-ceph master: Deploy with cephadm https://review.opendev.org/c/openstack/devstack-plugin-ceph/+/826484 | 20:35 |
opendevreview | Victoria Martinez de la Cruz proposed openstack/devstack-plugin-ceph master: Deploy with cephadm https://review.opendev.org/c/openstack/devstack-plugin-ceph/+/826484 | 20:44 |
opendevreview | Victoria Martinez de la Cruz proposed openstack/devstack-plugin-ceph master: Deploy with cephadm https://review.opendev.org/c/openstack/devstack-plugin-ceph/+/826484 | 21:11 |
shkoh1 | gouthamr : hello o/ we are currently having troubles commiting a change from admin/share_networks tables.py. I changed the line verbose_name= _("Share Networks") to ("testing") and nothing happended. when we make changes inside the venv do these changes show up automatically or do we have to run something manually for it to show on the dev server? Thank you, | 21:16 |
shkoh1 | vkmc o/ hello o/ we are currently having troubles commiting a change from admin/share_networks tables.py. I changed the line verbose_name= _("Share Networks") to ("testing") and nothing happended. when we make changes inside the venv do these changes show up automatically or do we have to run something manually for it to show on the dev server? Thank you, | 21:34 |
vkmc | shkoh1, o/ try stopping the development server and rerunning it | 21:36 |
shkoh1 | vkmc we re ran the development server and it looks like nothing has been changed. the string "share Networks" has not changed. | 21:51 |
vkmc | shkoh1, which panel are you changing? | 21:52 |
vkmc | admin or project? | 21:52 |
shkoh1 | we are changing the admin panel | 21:53 |
vkmc | shkoh1, so you are checking the admin panel in the UI, right? | 21:55 |
vkmc | shkoh1, put a breakpoint where you set the string and check you are actually reaching that point | 21:55 |
vkmc | import pdb; pdb.set_trace() | 21:55 |
shkoh1 | we put a break point in. and it looks like the line runs just fine. | 22:01 |
shkoh1 | but there is still no change to the actual dev server | 22:01 |
vkmc | shkoh1, ok, so I'd inspect the var you are setting and why it's not showing up :) | 22:01 |
vkmc | (sorry, znc bouncer sent my message again) | 22:06 |
vkmc | shkoh1, you are modifying a .py file that is on mem, so probably you need to reload the code | 22:06 |
vkmc | I'd try to reinit apache2 to see if it picks up the changes | 22:07 |
vkmc | if not, reinstall the module with pip3 install -e . in the manila-ui repo | 22:07 |
vkmc | I'm heading out now, it's kinda late here, but I'll be early tomorrow (and the rest of the folks as well!) | 22:07 |
shkoh1 | thanks vkmc it works now. enjoy your night o/ | 22:11 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!