volumes are created without a name

Bug #902629 reported by Jesse Andrews
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Dashboard (Horizon)
Fix Released
High
Gabriel Hurley

Bug Description

volumes created in the dashboard don't get a name

steps:

1) setup essex devstack (master) with ENABLED_SERVICES in your localrc including n-vol

  ENABLED_SERVICES=n-vol,g-api,g-reg,key,n-api,n-cpu,n-net,n-sch,n-vnc,horizon,mysql,rabbit,openstackx

2) login to dashboard, click "Instances & Volumes"
3) create a volume giving it the name horizon and size 1
4) on the devstack box source the openrc file:

    source openrc

5) create a volume via CLI

    nova volume-create --display_name=cli 1

6) look at dashboard volumes panel
7) run nova volume-list

Expected:

In horizon and cli you see 2 volumes, named cli and horizon

Actual:

In horizon and cli you see a volume named cli but no volume named horizon

----

$ nova volume-list

    +----+-----------+--------------+------+-------------+
    | ID | Status | Display Name | Size | Attached to |
    +----+-----------+--------------+------+-------------+
    | 1 | available | | 1 | None |
    | 2 | available | cli | 1 | None |
    +----+-----------+--------------+------+-------------+

description: updated
Devin Carlen (devcamcar)
Changed in horizon:
status: New → Confirmed
importance: Undecided → High
milestone: none → essex-2
assignee: nobody → Gabriel Hurley (gabriel-hurley)
Devin Carlen (devcamcar)
Changed in horizon:
status: Confirmed → Fix Committed
Thierry Carrez (ttx)
Changed in horizon:
status: Fix Committed → Fix Released
Thierry Carrez (ttx)
Changed in horizon:
milestone: essex-2 → 2012.1
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

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