Public bug reported:
[Summary]
useless 'u' in the return info of "openstack volume show"
[Topo]
devstack all-in-one node
[Description and expect result]
no useless 'u' in the return info of "openstack volume show"
[Reproduceable or not]
reproduceable
[Recreate Steps]
1) create a volume with m
Public bug reported:
[Summary]
the update time is not updated when update zone of aggregate
[Topo]
devstack all-in-one node
[Description and expect result]
the update time is updated when update zone of aggregate
[Reproduceable or not]
reproduceable
[Recreate Steps]
1) the update time is not
Public bug reported:
My existing CentOS 6.7 qcow2 image had ssh password authentication
disabled. To remedy this I made necessary changes
#vi /etc/ssh/sshd_config
comment PasswordAuthentication no and uncomment PasswordAuthentication yes.
#sudo service sshd restart
#chkconfig --level 5 sshd on
Public bug reported:
[Summary]
Unexpected API Error returned when set metadata for aggregate
[Topo]
devstack all-in-one node
[Description and expect result]
no Unexpected API Error returned when set metadata for aggregate
[Reproduceable or not]
reproduceable
[Recreate Steps]
1) create an aggr
Public bug reported:
[Summary]
useless 'u' in the return info of "openstack aggregate show"
[Topo]
devstack all-in-one node
[Description and expect result]
no useless 'u' in the return info of "openstack aggregate show"
[Reproduceable or not]
reproduceable
[Recreate Steps]
1) useless 'u' for
Public bug reported:
[Summary]
incorrect info returned when show aggregate info
[Topo]
devstack all-in-one node
[Description and expect result]
correct info returned when show aggregate info
[Reproduceable or not]
reproduceable
[Recreate Steps]
1) create an aggregate, availability_zone is not
*** This bug is a duplicate of bug 1399244 ***
https://bugs.launchpad.net/bugs/1399244
Reviewed: https://review.openstack.org/187395
Committed:
https://git.openstack.org/cgit/openstack/nova/commit/?id=29476a67d4d4ff7eedd97f589422d47015111448
Submitter: Jenkins
Branch:master
commit 29476
Reviewed: https://review.openstack.org/187395
Committed:
https://git.openstack.org/cgit/openstack/nova/commit/?id=29476a67d4d4ff7eedd97f589422d47015111448
Submitter: Jenkins
Branch:master
commit 29476a67d4d4ff7eedd97f589422d47015111448
Author: Nicolas Simonds
Date: Mon Jun 1 13:58:37 2015
** Also affects: neutron
Importance: Undecided
Status: New
** Tags added: release-subproject
** Summary changed:
- icehouse branch retirement
+ networking-midonet icehouse branch retirement
** Description changed:
- this bug tracks the status of retirement of icehouse.
+ this bug tra
Public bug reported:
[bent@localhost Terraform]$ terraform apply ; date
openstack_compute_keypair_v2.terpstack: Refreshing state... (ID: terpstack)
openstack_compute_floatingip_v2.floatip_jenkins: Refreshing state... (ID:
71e4e06c-9bd3-415d-a424-39548e739215)
openstack_compute_secgroup_v2.tf_sec
[Expired for OpenStack Compute (nova) because there has been no activity
for 60 days.]
** Changed in: nova
Status: Incomplete => Expired
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs
[Expired for OpenStack Compute (nova) because there has been no activity
for 60 days.]
** Changed in: nova
Status: Incomplete => Expired
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs
Public bug reported:
This is the RFE bug used to track the blueprint:
https://blueprints.launchpad.net/neutron/+spec/add-timestamp-attr
** Affects: neutron
Importance: Wishlist
Assignee: zhaobo (zhaobo6)
Status: Triaged
** Tags: rfe-approved
** Tags added: rfe-approved
** C
Public bug reported:
Enable event notification in log mode:
[DEFAULT]
notification_format = cadf
notification_driver = log
Test by "Create a token"
$ openstack token issue
1.[OK] Correct user name and password: an event notification was created with
"event_type": "identity.authenticate"
"ou
Public bug reported:
Some times, when we want to analysis and debug some problems from the error
log, we need the info of when a router is created, when setting gateway to the
router and adding subnet to the router.
But now there is no info about this. Could we add this parameter?
** Affects:
Reviewed: https://review.openstack.org/266208
Committed:
https://git.openstack.org/cgit/openstack/api-site/commit/?id=5d0588abcae01ddfebc3d77f8770e8777174e89f
Submitter: Jenkins
Branch:master
commit 5d0588abcae01ddfebc3d77f8770e8777174e89f
Author: Diane Fleming
Date: Tue Jan 12 00:13:29 2
Reviewed: https://review.openstack.org/261109
Committed:
https://git.openstack.org/cgit/openstack/neutron-vpnaas/commit/?id=1afd7fc22acc36ae40af6b573940f02ea970a20f
Submitter: Jenkins
Branch:master
commit 1afd7fc22acc36ae40af6b573940f02ea970a20f
Author: Akihiro Motoki
Date: Thu Dec 24 06:
Reviewed: https://review.openstack.org/252182
Committed:
https://git.openstack.org/cgit/openstack/keystone/commit/?id=944bd0a2dca60a5b144378587a13220d33298051
Submitter: Jenkins
Branch:master
commit 944bd0a2dca60a5b144378587a13220d33298051
Author: Ajaya Agrawal
Date: Wed Jan 20 17:01:52 2
Reviewed: https://review.openstack.org/265192
Committed:
https://git.openstack.org/cgit/openstack/horizon/commit/?id=c2dc30cefe6d38e6272d0f6ae7b6ef06fa5c8c7c
Submitter: Jenkins
Branch:master
commit c2dc30cefe6d38e6272d0f6ae7b6ef06fa5c8c7c
Author: kenji-ishii
Date: Wed Jan 6 13:57:19 2016
Public bug reported:
clients are hardly going to work with an issue like this
** Affects: neutron
Importance: Undecided
Assignee: Salvatore Orlando (salvatore-orlando)
Status: New
** Tags: pecan
--
You received this bug notification because you are a member of Yahoo!
En
Public bug reported:
The controller lookup process is unable to route the request to any resource
with a dash in it.
This happens because the controllers are stored according to their resource
name, where dashes are replaced by underscores, and the pecan lookup process,
quite dumbly, does not p
Public bug reported:
The code [1], in order to work as expected, needs a call like [2].
Otherwise every filter value is sent down to the plugin as a string and the
plugin will not like that.
[1]
http://git.openstack.org/cgit/openstack/neutron/tree/neutron/pecan_wsgi/controllers/root.py#n159
[2
Reviewed: https://review.openstack.org/272082
Committed:
https://git.openstack.org/cgit/openstack/neutron/commit/?id=3233918e305104fda05afce5f6c8313de0299d8c
Submitter: Jenkins
Branch:master
commit 3233918e305104fda05afce5f6c8313de0299d8c
Author: YAMAMOTO Takashi
Date: Mon Jan 25 21:55:40
Reviewed: https://review.openstack.org/271918
Committed:
https://git.openstack.org/cgit/openstack/neutron/commit/?id=d9693d787812347133e9ff765428389a2c332cdf
Submitter: Jenkins
Branch:master
commit d9693d787812347133e9ff765428389a2c332cdf
Author: Akihiro Motoki
Date: Mon Jan 25 16:46:08 2
Reviewed: https://review.openstack.org/271918
Committed:
https://git.openstack.org/cgit/openstack/neutron/commit/?id=d9693d787812347133e9ff765428389a2c332cdf
Submitter: Jenkins
Branch:master
commit d9693d787812347133e9ff765428389a2c332cdf
Author: Akihiro Motoki
Date: Mon Jan 25 16:46:08 2
** Also affects: horizon
Importance: Undecided
Status: New
** Changed in: horizon
Assignee: (unassigned) => Justin Pomeroy (jpomero)
** Description changed:
The metadata definitions in etc/metadefs allow each namespace to be
associated with a resource type in OpenStack. Now t
Public bug reported:
In the Admin - > Hypervisor graph, the graph is relatively is smaller
from when M started.
Increase the size of the graph back to original
** Affects: horizon
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of
This has been published as OSSN-0060:
https://wiki.openstack.org/wiki/OSSN/OSSN-0060
** Changed in: ossn
Status: New => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Glance.
https://bugs.launchpad.net/bugs
Public bug reported:
The metadata definitions in etc/metadefs allow each namespace to be
associated with a resource type in OpenStack. Now that Horizon is
supporting adding metadata to instances (just got in during the mitaka
cycle - so unrealeased), I realized that we used OS::Nova::Instance
ins
Public bug reported:
Because I can tell the future, the test_obj_make_compatible() method
will start failing the next time we bump the version of
ServiceStatusPayload.
It looks like in
https://github.com/openstack/nova/blob/master/nova/tests/unit/objects/test_objects.py#L1252-L1268
we run compati
Reviewed: https://review.openstack.org/262529
Committed:
https://git.openstack.org/cgit/openstack/ironic-python-agent/commit/?id=fac700c8e76919996b735a5a3760050bfe05e88c
Submitter: Jenkins
Branch:master
commit fac700c8e76919996b735a5a3760050bfe05e88c
Author: Shuquan Huang
Date: Wed Dec 30
Public bug reported:
There are several fields retrieved by the ports api calls that are not
displayed on the Port details page. The Fixed IPs section also appears
to always render None, even when the data set contains some.
** Affects: horizon
Importance: Low
Assignee: Rob Cresswell (ro
Public bug reported:
The ability to add metadata to an instance leveraging these definitions
at launch time was recently added to horizon. [0] It was also added as
an action on the instances table [1].
[0] https://review.openstack.org/209680
[1] https://review.openstack.org/243624
In a follow u
Reviewed: https://review.openstack.org/233622
Committed:
https://git.openstack.org/cgit/openstack/glance/commit/?id=f07f36fa3789a4997b84639530e5d6ab1c603983
Submitter: Jenkins
Branch:master
commit f07f36fa3789a4997b84639530e5d6ab1c603983
Author: kairat_kushaev
Date: Mon Oct 12 15:56:58 20
Reviewed: https://review.openstack.org/271100
Committed:
https://git.openstack.org/cgit/openstack/glance/commit/?id=28becd1aadd3b6f3ed1c656f79470a2a988e2c72
Submitter: Jenkins
Branch:master
commit 28becd1aadd3b6f3ed1c656f79470a2a988e2c72
Author: Travis Tripp
Date: Thu Jan 21 17:29:21 2016
Reviewed: https://review.openstack.org/269981
Committed:
https://git.openstack.org/cgit/openstack/neutron-fwaas/commit/?id=4e414e763c5afbd5095729b2c85a91f0ae85f375
Submitter: Jenkins
Branch:master
commit 4e414e763c5afbd5095729b2c85a91f0ae85f375
Author: YAMAMOTO Takashi
Date: Wed Jan 20 12
** Changed in: testtools
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/1199536
Title:
Move dict test matchers into testtool
** Changed in: bandit
Status: New => 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/1532086
Title:
Use print('value') instead of print 'value' in python3
Public bug reported:
The following fullstack test environment, which setup 3 ovs agents with
vxlan networks, won't work :
class Test3Hosts(base.BaseFullStackTestCase):
def setUp(self):
host_descriptions = [
environment.HostDescription(l3_agent=False) for _ in range(3)]
Marking invalid for Puppet due to lack of information per Emilien's
request.
** Changed in: puppet-keystone
Status: Incomplete => Invalid
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Identity (keystone).
https:
Reviewed: https://review.openstack.org/253155
Committed:
https://git.openstack.org/cgit/openstack/neutron/commit/?id=08d720e1caed67364b0e4859f03a861b233075e6
Submitter: Jenkins
Branch:master
commit 08d720e1caed67364b0e4859f03a861b233075e6
Author: lzklibj
Date: Fri Dec 4 02:34:59 2015 +080
** Project changed: neutron => openstack-manuals
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1537348
Title:
neutron-db-manage: add has_offline_migrations command
Status in openst
** Also affects: networking-ovn
Importance: Undecided
Status: New
** Changed in: networking-ovn
Status: New => Confirmed
** Changed in: networking-ovn
Status: Confirmed => In Progress
** Changed in: networking-ovn
Importance: Undecided => Critical
** Changed in: neutr
** Changed in: trove
Status: New => 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/1532086
Title:
Use print('value') instead of print 'value' in python3
Reviewed: https://review.openstack.org/262539
Committed:
https://git.openstack.org/cgit/openstack/barbican/commit/?id=fb1e2317651febf67f27298b61511f3e6b8c9a62
Submitter: Jenkins
Branch:master
commit fb1e2317651febf67f27298b61511f3e6b8c9a62
Author: Shuquan Huang
Date: Wed Dec 30 23:04:48 2
Public bug reported:
Ic298ad2558410ab9a614f22e1757d1fc8b22c482 broke plugins using l3_db without
dns-integration.
eg. _process_dns_floatingip_create_precommit is called without checking the
extension.
** Affects: neutron
Importance: Undecided
Assignee: YAMAMOTO Takashi (yamamoto)
Public bug reported:
http://lists.openstack.org/pipermail/openstack-
dev/2016-January/084819.html
It appears that the validator "validate_allowed_address_pairs" does not
take into account the --action=clear parameter that is used to update a
port and remove allowed address pairs.
** Affects: neu
Public bug reported:
After this commit
https://github.com/openstack/glance_store/commit/a0572ef672512a8ed7ef203816ec256eafd5f9de
image uploads works incorrect.
Steps to reproduce:
1. Upload image (1.47GB)
md5sum virtual_ubuntu_trasty_ext4_demo
fa9ec35d64d43aefd6356150d361ec24 virtual_ubuntu_t
** Also affects: octavia
Importance: Undecided
Status: New
** Also affects: neutron
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/153
Public bug reported:
In openstack_dashboard/usage/quotas.py
(https://github.com/openstack/horizon/blob/master/openstack_dashboard/usage/quotas.py)
there is a couple of calls to cinder.ClientException which is not the proper
route.
Proper route is cinder.cinder_exception.ClientException
[25/J
Reviewed: https://review.openstack.org/270567
Committed:
https://git.openstack.org/cgit/openstack/openstack-manuals/commit/?id=82a3aeea74d8fe7fd0e39f3608d56ea2489b8e1b
Submitter: Jenkins
Branch:master
commit 82a3aeea74d8fe7fd0e39f3608d56ea2489b8e1b
Author: Matthew Kassawara
Date: Thu Jan
Public bug reported:
In addition to the project,the name of all components in
identity(horizon) can be just white character.Such as " ", "
".
** Affects: keystone
Importance: Undecided
Assignee: space (fengzhr)
Status: New
** Changed in: keystone
Assignee: (unassigned)
Bug skimming
The REST API of Nova only accepts IDs. The translation from instance
name to instance ID happens in the "python-novaclient" CLI.
The translation seems to have an issue with soft deleted instances.
** Also affects: python-novaclient
Importance: Undecided
Status
@leye:
Bug skimming
This bug report lacks the necessary information to do an analysis of
the issue (steps to reproduce, exact version, configuration details,
...), that's why I change the status to "Invalid".
If you want to reopen this bug, consider using a template [1].
Referenc
@BM Shukla:
Bug skimming
This bug report lacks the necessary information to do an analysis of
the issue (steps to reproduce, exact version, configuration details,
...), that's why I change the status to "Invalid".
If you want to reopen this bug, consider using a template [1].
Refe
Bug skimming
This is most likely a configuration issue. This report is a support
request and not a bug. That's why I change the status to "Invalid".
It also lacks the necessary information to do an analysis of the issue
(steps to reproduce, exact version, configuration details, ...)
https://review.openstack.org/#/c/35134/14
here is the original patch
** Project changed: python-glanceclient => glance
** Also affects: python-glanceclient
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, whi
You have been subscribed to a public bug:
Hi all,
I am having trouble using `glance location-update --url
--metadata ` to update the metadata of a location. When I
try run the command, the locations become a blank list and the image is
deleted from my backend (swift+https). I have traced it down
Public bug reported:
One of common questions seen at ask.openstack.org and mailing lists is
"Why cannot I ping my floating IP address?". Usually, there are common
steps in the diagnostics required to answer the question involving
pinging the instance, checking security groups settings etc. Current
Public bug reported:
288 class Hosts(extensions.V21APIExtensionBase):
289 """Admin-only host administration."""
290
291 name = "Hosts"
292 alias = ALIAS
293 version = 1
294
295 def get_resources(self):
296 resources = [extensions.ResourceExtension(ALIAS,
297
Public bug reported:
Unable to retrive details for network or edit network when the network
has subnets created by admin,but can do this by CLI.
Steps to reproduce:
1. demo tenant create a network net1
2. demo tenant create a subnet sn1 in net1
3. admin create a subnet sn2 in net1
4. Go to demo -
Reviewed: https://review.openstack.org/271851
Committed:
https://git.openstack.org/cgit/openstack/keystone/commit/?id=3f9cdfc046ab1900f422713e230f473d2c7428c2
Submitter: Jenkins
Branch:master
commit 3f9cdfc046ab1900f422713e230f473d2c7428c2
Author: Steve Martinelli
Date: Sun Jan 24 23:03:0
62 matches
Mail list logo