nova cli cache does not work

Bug #1337033 reported by Liyingjun
14
This bug affects 2 people
Affects Status Importance Assigned to Milestone
python-novaclient
Fix Released
Low
Liyingjun

Bug Description

I am using the upstream novaclient, and caching not work.

$ nova list && nova availability-zone-list && nova image-list && nova keypair-list && nova network-list

$ ls -l ~/.novaclient/*/*
-rw-rw-r-- 1 stacker stacker 0 Jun 25 07:20 /home/stacker/.novaclient/21232f297a57a5a743894a0e4a801fc3/availabilityzone-human-id-cache
-rw-rw-r-- 1 stacker stacker 0 Jun 25 07:20 /home/stacker/.novaclient/21232f297a57a5a743894a0e4a801fc3/availabilityzone-uuid-cache
-rw-rw-r-- 1 stacker stacker 0 Jun 25 07:20 /home/stacker/.novaclient/21232f297a57a5a743894a0e4a801fc3/image-human-id-cache
-rw-rw-r-- 1 stacker stacker 0 Jun 25 07:20 /home/stacker/.novaclient/21232f297a57a5a743894a0e4a801fc3/image-uuid-cache
-rw-rw-r-- 1 stacker stacker 0 Jun 25 07:20 /home/stacker/.novaclient/21232f297a57a5a743894a0e4a801fc3/keypair-human-id-cache
-rw-rw-r-- 1 stacker stacker 0 Jun 25 07:20 /home/stacker/.novaclient/21232f297a57a5a743894a0e4a801fc3/keypair-uuid-cache
-rw-rw-r-- 1 stacker stacker 0 Jun 25 07:20 /home/stacker/.novaclient/21232f297a57a5a743894a0e4a801fc3/network-human-id-cache
-rw-rw-r-- 1 stacker stacker 0 Jun 25 07:20 /home/stacker/.novaclient/21232f297a57a5a743894a0e4a801fc3/network-uuid-cache
-rw-rw-r-- 1 stacker stacker 0 Jun 25 07:23 /home/stacker/.novaclient/21232f297a57a5a743894a0e4a801fc3/server-human-id-cache
-rw-rw-r-- 1 stacker stacker 0 Jun 25 07:23 /home/stacker/.novaclient/21232f297a57a5a743894a0e4a801fc3/server-uuid-cache
-rw-r--r-- 1 stacker stacker 0 Jun 25 07:47 /home/stacker/.novaclient/d41d8cd98f00b204e9800998ecf8427e/floatingip-human-id-cache
-rw-r--r-- 1 stacker stacker 0 Jun 25 07:47 /home/stacker/.novaclient/d41d8cd98f00b204e9800998ecf8427e/floatingip-uuid-cache
-rw-r--r-- 1 stacker libvirtd 0 Jun 25 07:47 /home/stacker/.novaclient/d41d8cd98f00b204e9800998ecf8427e/server-human-id-cache
-rw-r--r-- 1 stacker libvirtd 0 Jun 25 07:47 /home/stacker/.novaclient/d41d8cd98f00b204e9800998ecf8427e/server-uuid-cache

Liyingjun (liyingjun)
Changed in python-novaclient:
assignee: nobody → Liyingjun (liyingjun)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to python-novaclient (master)

Fix proposed to branch: master
Review: https://review.openstack.org/104412

melanie witt (melwitt)
Changed in python-novaclient:
importance: Undecided → Low
status: New → Confirmed
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-novaclient (master)

Reviewed: https://review.openstack.org/104412
Committed: https://git.openstack.org/cgit/openstack/python-novaclient/commit/?id=52c5ad2eadc6a5baf4108a2283b494c27f0bfe37
Submitter: Jenkins
Branch: master

commit 52c5ad2eadc6a5baf4108a2283b494c27f0bfe37
Author: liyingjun <email address hidden>
Date: Wed Jun 25 07:53:20 2014 +0800

    Sync apiclient from oslo-incubator

    Need to sync the latest apiclient from oslo-incubator to make nova
    cli cache work. Command used:
    python update.py --base novaclient --dest-dir ../python-novaclient/ \
    --modules apiclient

    syncd patches:

    apiclient:
      * 12341ef504 Merge "Restore UUID and human-ID bash completion"
      * 468afcb335 Merge "Don't slugify names that don't exist"

    Change-Id: Iec2ad851b47628c5dde4272f438cce4150e11912
    Close-bug: 1337033

Revision history for this message
Jon Grimm (jgrimm) wrote :

Looks like this bug is fixed?

Changed in python-novaclient:
status: Confirmed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.