This website requires JavaScript.
Explore
Get Started
openstack
/
shade
Code
Issues
Proposed changes
c8c098b3f5
Branches
Tags
View all branches
shade
/
.coveragerc
8 lines
87 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Initial cookiecutter repo
2014-08-30 16:55:05 -07:00
[run]
branch = True
source = shade
omit = shade/tests/*
[report]
Start using keystoneauth for keystone sessions This is being split out from keystoneclient. That's a happymaking. In order to make this work, we also need to fix glance image data upload for v2 put. It seems that the internal interface has changed. Pass the file object and not a size. We could do the work to figure out how to do it in two discreet steps, but I believe that would involved a chunk of engineering on a dead interface and is not worth it. Also, Change ignore-errors to ignore_errors Change-Id: I816752f8f4d29e40d41622bd8a271eb5c8e5a9fb
2015-05-14 15:04:24 -04:00
ignore_errors = True
Copy Permalink