** No longer affects: rally
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1082248
Title:
Use uuidutils instead of uuid.uuid4()
Status in Barbican:
Fix Released
Statu
** Changed in: rally
Status: In Progress => Fix Released
** Changed in: glance
Status: New => Invalid
** Changed in: neutron
Status: New => Opinion
** Changed in: glance
Status: Invalid => Opinion
** Changed in: networking-ovn
Status: New => Opinion
--
You r
Public bug reported:
Listing of instances returns a limited number of resources. To list all
instances, "marker" parameter can be used to list all the pages, i.e to
obtain all the servers.
# novaclient implements the same logic for `limit=-1`.
results = []
marker = None
while True
https://review.openstack.org/#/c/473571/1 fix
** Changed in: keystone
Status: Incomplete => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Identity (keystone).
https://bugs.launchpad.net/bugs/1697263
Public bug reported:
While playing with rally-gates results, I discovered that performance of
authentication method worsened.
Trends report: http://andreykurilin.me/trends/trends_gate-rally-dsvm-
rally-ubuntu-xenial.html#/Authenticate.keystone
As for that scenario, it tries to authenticate 40 ti
Public bug reported:
As a regular OpenStack user, I was able to create ec2 credentials
without "admin" rights. It was possible before merging one of the recent
changes (Presumably, this one - [0]). Now, I'm getting an error "You are
not authorized to perform the requested action:
identity:ec2_crea
7.1.0 should fix an issue with horizon.
** Changed in: horizon
Status: New => Incomplete
** Changed in: horizon
Status: Incomplete => Invalid
** Changed in: trove
Status: New => Fix Released
** Changed in: trove
Assignee: (unassigned) => Andrey Kurilin (a
** Also affects: trove
Importance: Undecided
Status: New
** Also affects: horizon
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.la
Public bug reported:
Neutron has rally non-voting job. It is red now.
Rally report:
http://logs.openstack.org/44/367744/7/check/gate-rally-dsvm-neutron-neutron/b3af93f/rally-plot/results.html.gz#/NeutronNetworks.create_and_list_networks/failures
Scenario:
- [pre-step] create new test tenant
- [p
Public bug reported:
Rally has a scenario NeutronNetworks.create_and_delete_subnets .
Logic of setUp method of scenario:
- create network
Logic of scenario:
- create 2 subnets in network
- delete subnets
We configured this scenario to be launched with concurrency 10.
Yesturday, we got first f
** Also affects: networking-cisco
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1493576
Title:
Incorrect usage of pytho
** No longer affects: rally
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1570694
Title:
potentially unsafe use of shell commands
Status in neutron:
Invalid
Status in OpenStack Secur
imo, it is problem on nova-api side. there is no validation for tenant-
id
** Also affects: nova
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.la
** Changed in: python-novaclient
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1116593
Title:
Need mechanism to show instan
** Changed in: rally
Status: Fix Committed => Fix Released
** Changed in: rally
Milestone: 0.1.2 => None
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1323975
Title:
do not
** Also affects: neutron
Importance: Undecided
Status: New
** Changed in: python-novaclient
Status: New => In Progress
** Changed in: python-novaclient
Importance: Undecided => Low
** Changed in: python-novaclient
Assignee: (unassigned) => Andrey Kurilin (andr
Merged-Fix: https://review.openstack.org/#/c/168024/
** Changed in: nova
Status: New => Fix Released
** Changed in: nova
Assignee: (unassigned) => Radoslav Gerganov (rgerganov)
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscr
** Changed in: rally
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1467589
Title:
Remove Cinder V1 support
Status in Cinder:
** Changed in: rally
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Identity (keystone).
https://bugs.launchpad.net/bugs/1507752
Title:
Rally change breaks Keystone rally j
nt to unability to
communicate with Nova, since it initialize novaclient versioned class
directly.
Since novaclient already provides a public way for discovery extensions
based on version, we can remove this hack.
** Affects: neutron
Importance: Undecided
Assignee: Andrey Kurilin (andreyku
** Changed in: horizon
Status: New => Confirmed
** Changed in: python-novaclient
Status: Confirmed => Invalid
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/
** Description changed:
All projects should use only `novaclient.client` as entry point. It designed
with some version checks and backward compatibility.
Direct import of versioned client object(i.e. novaclient.v2.client) is a way
to "shoot yourself in the foot".
- Horizon:
-
https://git
** Changed in: python-novaclient
Status: New => Invalid
** No longer affects: python-novaclient
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1493576
Title:
Public bug reported:
All projects should use only `novaclient.client` as entry point. It designed
with some version checks and backward compatibility.
Direct import of versioned client object(i.e. novaclient.v2.client) is a way to
"shoot yourself in the foot".
Horizon:
https://github.com/openst
Public bug reported:
Nova V2.0 supports request `nova boot --flavor :::1`, which is broken in Nova V2.1
Logs:
http://paste.openstack.org/show/450439/
Guide for such way of boot:
http://docs.rackspace.com/servers/api/v2/cs-devguide/content/create_volume_from_image_and_boot.html
Found-
@Alex, thanks for explanation.
** Changed in: nova
Status: In Progress => Invalid
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1492971
Title:
Nova V2.1 doesn't
27; was unexpected) (HTTP 400) (Request-ID:
req-5d67a4aa-d130-405f-9e8f-3792ec80fd66)
Found by rally gates - http://logs.openstack.org/05/217005/8/check/gate-
rally-dsvm-rally-nova/47910f4/rally-
plot/results.html.gz#/NovaServers.boot_and_delete_server-2/overview
** Affects: nova
Im
Public bug reported:
python-novaclient transmits always tenant-id in requests body for quotas
update, but Nova V2.1 (nova v2 is ok with it) doesn't accept this
parameter and fails.
ERROR (BadRequest): Invalid input for field/attribute quota_set. Value:
{u'tenant_id': u'582df899eabc47018c96713c2f7
*** This bug is a duplicate of bug 1491325 ***
https://bugs.launchpad.net/bugs/1491325
** Project changed: cinder => nova
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bug
Public bug reported:
Module neutron.notifiers.nova has a direct import of novaclient.v1_1.client[1],
which is used only for initialization a client of nova[2].
This is wrong way, which produced a blocker for versioning stuff in
novaclient(see [3] for more details).
Novaclient provide a correct
** Project changed: nova => python-novaclient
** Summary changed:
- [novaclient] tests are failed on master with"ValueError: Unable to determine
whether fp is closed."
+ tests are failed on master with"ValueError: Unable to determine whether fp
is closed."
--
You received this bug notificat
Public bug reported:
Several tests are failed on master with next traceback:
2014-09-01 04:05:08.708 | Traceback (most recent call last):
2014-09-01 04:05:08.708 | File "novaclient/tests/v1_1/test_servers.py", line
223, in test_update_server
2014-09-01 04:05:08.709 | s.update(name='hi')
20
** Also affects: rally
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Keystone.
https://bugs.launchpad.net/bugs/1277104
Title:
wrong order of assertEquals args
Status in OpenStack Te
33 matches
Mail list logo