This patch adds metadata update modal dialog widet written in js
and some required REST API methods.
To see it in action checkout following patch
https://review.openstack.org/#/c/184275/
which replaces old metadata modals with new ones written in angular.
Co-Authored-By: Shaoquan Chen <sean.chen2@hp.com>
Co-Authored-By: Rajat Vig <rajatv@thoughtworks.com>
Partially-Implements: blueprint angularize-metadata-update-modals
Change-Id: I36bfb91f8b6bbba49fed6bb01cd1dd266261cfdb
It includes current status of volume/volume_snapshot while update
status, the patch populate volume/volume_snapshot status without
current status.
Change-Id: I3a9310a551023b7d58627e8d7d31582a2a21516f
Closes-Bug: 1464946
Use the Service style as documented in
https://github.com/johnpapa/angular-styleguide#style-y052
Fix a eslint error on security-group.service.spec.js
Changes API Services from Angular service to factory.
Change-Id: I76ef729e51878d67c355d1edc774d936038d7f62
Partially-Implements: blueprint john-papa-style-guide
Partially-Implements: blueprint jscs-cleanup
We should clean out old gettext and move them into HTML files.
This bug addresses the move to launch-instance flavor step.
Change-Id: I21deb068a334f162fab7d3442ed5817dca86ac30
Partial-Bug: #1487582
Currently there are some html code for test hard-coded inside of spec.js
file. It would be much better to move them out to separate html file for
better readability, cleaner spec code. This will also enable the sharing
html mock code between specs.
This patch moves inline html code out of action-list.spec.js.
Change-Id: Id05fbf3948fad3926cc3ecc09e0c95acc84ce41e
Partial-Bug: #1485134
In the new launch instance wizard, there appears to be an extra
key-pair-details.html under the security groups step. It is not used.
Remove:
launch-instance/security-groups/keypair-details.html
Keep:
launch-instance/keypair/keypair-details.html
Note: This was originally removed in:
https://review.openstack.org/#/c/207655/
But then was re-added during a re-org patch that didn't merge
conflict with the above.
Change-Id: Id56292c35eb8cb054a4c181ea67943fc666fb184
Closes-Bug: #1479998
The simple-modal code was refactored and linted but the controller made
no reference to modalCtrl causing the template to render nothing.
Change-Id: I3e7e2275be15120d5186c7451ae4de57c45ccbf3
Closes-Bug: #1487254
Currently there are some html code for test hard-coded inside of spec.js
file. It would be much better to move them out to separate html file for
better readability, cleaner spec code. This will also enable the sharing
html mock code between specs.
This patch moves inline html code out of table.spec.js and
search-bar.spec.js
Change-Id: Idbbfb05df60b92d139d8039c109cf04a5da3707a
Partial-Bug: #1485134
The openstack_dashboard/local/enabled path uses the example
for enabling/disabling the router dashboard.
Given the "router" dashboard is no longer present in master,
it makes sense to rename this example to an existing dashboard.
Change-Id: Ib2fe47fea796adb50f99927a8c942a7838543c24
Closes-Bug: #1487140
The current prompt for a lbaas vip's ip address is confusing
as to the ip address that we are prompting users for. This change
adds more help content and helps explain how this field works.
Change-Id: I963bc87b5f9d58735c1e14048fb4ce14f65947f4
Closes-bug: #1385862
Put the @six.python_2_unicode_compatible decorator on classes defining a
__unicode__() method to support Python 3, and rename __unicode__() to
__str__().
Partial-Implements: blueprint porting-python3
Change-Id: I0be33e1a777c98e02140ef9eafaf0c1068a7f408
Get the reload() function from six.moves.reload_module().
Partial-Implements: blueprint porting-python3
Change-Id: I063f83ac7e51c47d8c0172f0de4ae944fb11aa61