Since the horizon remove the 'run_tests.sh' file,
so there should remove '.venv' from the '.gitignore' file.
See the patch 'https://review.openstack.org/#/c/399842/'
Change-Id: I0ab7530aff41877914c3d1e3368baf98d200a721
The old syntax using patterns is deprecated in Django 1.8, and is
removed in Django 1.10. The current version Django<1.11, this
patch fix the syntax.
Change-Id: I26564c97538c23378c0494739257b31dd8796f5a
Closes-Bug: #1709742
Currently, there is no delete backup operation in freezer-web-ui, if
we want to delete a backup, we can only use the command line. This is
not convenient. This patch will add operation of deleting backup in
freezer web ui.
Change-Id: I31de6b8cafd7cba043ae050f9d4a83d697adb6c6
Changed author to OpenStack for the sake of consistent naming
convention as other OpenStack projects.
Change-Id: Ie4451faf83375bed4c912e896f73465b71d4a6fc
Warning-is-error option is avaialble in sphinx setup command
integration since Sphinx 1.5. This is useful to prevent
future warnings.
Note that there is no sphinx error or warning in the current
code base.
Change-Id: I5bfcfb436cbe5662c0702ea3a3343cd03cdd756a
It can not create a job when i use the freezer ui and it does not
report any error on ui or in log file. When i input corresponding
information and click "save" button on the 'Job Configuration' dialog,
it dose nothing and the 'Job Configuration' dialog still exists.
The cause of this problem is that it get None of uuid when get clients.
This patch will fix it.
Change-Id: I633ba237f18df63072c36ef545497aa51c3dda2c
Closes-Bug: #1688212
First I backup a nova instance successfully, then I want to
restore it, I have created an action and a job, but the job
runned failed, I found an error in log of freezer agent:
"The parameter --nova-restore-network is required"
In the web form, the name of input field for network is called
"nova_network_id", but in the freezer project, it's called
"nova_restore_network".
Change-Id: Ia2aba0090ac04c5d444fcab675d9cd3357db01cd
Closes-Bug: #1686653
The backup_uuid parameter was dropped from the API for sometime which
means that some of the API calls that expect it to be there in the
dashboard do not get it and return 'None' instead. This breaks a few
things like the backup list and other features.
This patch addresses this issue by replacing the backup_uuid with
the new key, backup_id.
Change-Id: I4a1ed6cb1247a281f5f1a980fe96fc4a63b18162
Closes-Bug: #1683174
The django_date transforms time to string with i18n, which will
cause error while using chinese, we can fix this either encode
the date_str using 'utf8' or use datetime.datetime.strftime to
do the transform job.
Closes-Bug: #1671315
Change-Id: Ice599334b29125cfac69ab30e04b956024f34517